chore(example): Provide more information

This commit is contained in:
Linden
2021-07-03 02:26:41 +10:00
parent 47a4f90d81
commit f06fa6210f
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
RegisterNetEvent('esx:playerLoaded') -- When a player loads their data, store their data
RegisterNetEvent('esx:playerLoaded') -- Store the players data
AddEventHandler('esx:playerLoaded', function(xPlayer, isNew)
ESX.PlayerData = xPlayer
ESX.PlayerLoaded = true