Remove references to qs scripts

This commit is contained in:
Jim Shield
2025-09-06 12:02:55 +01:00
parent 2826bc95c7
commit cbc3a52643
9 changed files with 18 additions and 179 deletions

View File

@@ -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)