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