Add ESX.GetPlayerData()

This commit is contained in:
Jérémie N'gadi
2017-08-30 23:45:19 +02:00
parent 2bc7caef0e
commit b285ae9c89
@@ -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)