mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Update ESX Identity For The New ESX (#61)
* Update ESX Identity For New ESX Updated ESX Identity For The New ESX - Added locales - Added ESX.RegisterCommand support - Removed Multiple Characters * Update main.lua
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ RegisterNUICallback('escape', function(data, cb)
|
||||
if hasIdentity then
|
||||
EnableGui(false)
|
||||
else
|
||||
TriggerEvent('chat:addMessage', { args = { '^1[IDENTITY]', '^1You must create your first character in order to play' } })
|
||||
ESX.ShowNotification(_U('create_a_character'))
|
||||
end
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user