Add ESX.IsPlayerLoaded

This commit is contained in:
Jérémie N'gadi
2017-08-30 23:29:01 +02:00
parent 4f63c141b9
commit 2bc7caef0e
@@ -47,6 +47,10 @@ ESX.ClearTimeout = function(i)
ESX.TimeoutCallbacks[i] = nil
end
ESX.IsPlayerLoaded = function()
return ESX.PlayerLoaded
end
ESX.ShowNotification = function(msg)
SetNotificationTextEntry('STRING')
AddTextComponentString(msg)