mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 01:38:52 +00:00
chore(example): Provide more information
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user