mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-03 03:38:50 +00:00
Added missing ESX usage
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
ESX = nil
|
||||
|
||||
TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
|
||||
|
||||
AddEventHandler('es:invalidCommandHandler', function(source, command_args, user)
|
||||
CancelEvent()
|
||||
TriggerClientEvent('chat:addMessage', source, {args = {'^1SYSTEM', _U('unknown_command', command_args[1])}})
|
||||
|
||||
Reference in New Issue
Block a user