Update esx_status

Edited to not show UI until loading screen is off
This commit is contained in:
ArkSeyonet
2020-05-15 17:21:49 -05:00
parent 59c51e6daf
commit 6e072d6f83
+2 -2
View File
@@ -156,8 +156,8 @@ Citizen.CreateThread(function()
end
end)
-- Loaded event
Citizen.CreateThread(function()
-- Loading screen off event
AddEventHandler('esx:loadingScreenOff', function()
TriggerEvent('esx_status:loaded')
end)