mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Added missing ESX usage
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
Config = {}
|
||||
|
||||
Config.Locale = 'fr'
|
||||
Config.Locale = 'sv'
|
||||
Config.OnlyFirstname = false
|
||||
Config.EnableESXIdentity = false -- only turn this on if you are using esx_identity and want to use RP names
|
||||
Config.EnableESXIdentity = true -- only turn this on if you are using esx_identity and want to use RP names
|
||||
|
||||
@@ -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