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:
ArkSeyonet
2020-02-19 20:37:25 +01:00
committed by GitHub
parent 322ecdcb85
commit 66b14d2300
6 changed files with 56 additions and 344 deletions
+1 -1
View File
@@ -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)