mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Add ESX.IsPlayerLoaded
This commit is contained in:
@@ -47,6 +47,10 @@ ESX.ClearTimeout = function(i)
|
|||||||
ESX.TimeoutCallbacks[i] = nil
|
ESX.TimeoutCallbacks[i] = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
ESX.IsPlayerLoaded = function()
|
||||||
|
return ESX.PlayerLoaded
|
||||||
|
end
|
||||||
|
|
||||||
ESX.ShowNotification = function(msg)
|
ESX.ShowNotification = function(msg)
|
||||||
SetNotificationTextEntry('STRING')
|
SetNotificationTextEntry('STRING')
|
||||||
AddTextComponentString(msg)
|
AddTextComponentString(msg)
|
||||||
|
|||||||
Reference in New Issue
Block a user