mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
chore(coding-style): correct indentation
This commit is contained in:
+7
-7
@@ -1,5 +1,5 @@
|
||||
--==================================================================================
|
||||
--====== ESX_IDENTITY BY ARKSEYONET @Ark ======
|
||||
--====== ESX_IDENTITY BY ARKSEYONET @Ark ======
|
||||
--====== YOU CAN FIND ME ON MY DISCORD @Ark - https://discord.gg/cGHHxPX ======
|
||||
--====== IF YOU ALTER THIS VERSION OF THE SCRIPT, PLEASE GIVE ME CREDIT ======
|
||||
--====== Special Thanks To COSHAREK FOR THE UI Design ======
|
||||
@@ -45,11 +45,11 @@ end)
|
||||
--== Register Callback ==
|
||||
--===============================================
|
||||
RegisterNUICallback('register', function(data, cb)
|
||||
myIdentity = data
|
||||
TriggerServerEvent('esx_identity:createIdentity', data)
|
||||
EnableGui(false)
|
||||
Wait (500)
|
||||
TriggerEvent('esx_skin:openSaveableMenu')
|
||||
myIdentity = data
|
||||
TriggerServerEvent('esx_identity:createIdentity', data)
|
||||
EnableGui(false)
|
||||
Wait (500)
|
||||
TriggerEvent('esx_skin:openSaveableMenu')
|
||||
end)
|
||||
|
||||
--===============================================
|
||||
@@ -73,4 +73,4 @@ Citizen.CreateThread(function()
|
||||
end
|
||||
Citizen.Wait(0)
|
||||
end
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user