mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 22:16:03 +01:00
Remove references to qs scripts
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
• ox
|
||||
• red (default)
|
||||
• gta (default)
|
||||
• qs-interface
|
||||
• lation
|
||||
• esx
|
||||
]]
|
||||
@@ -38,17 +37,6 @@ local notifyFunc = {
|
||||
end,
|
||||
},
|
||||
|
||||
qs = {
|
||||
client =
|
||||
function(title, message, type)
|
||||
exports['qs-interface']:AddNotify(message, title, 6000)
|
||||
end,
|
||||
server =
|
||||
function(title, message, type, src)
|
||||
TriggerClientEvent('interface:notification', src, message, title, 6000)
|
||||
end,
|
||||
},
|
||||
|
||||
ox = {
|
||||
client =
|
||||
function(title, message, type)
|
||||
|
||||
Reference in New Issue
Block a user