mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
remove(playerload/function): duplicate
```lua
RegisterNetEvent('esx:playerLoaded')
AddEventHandler('esx:playerLoaded', function(xPlayer)
ESX.PlayerData = xPlayer
ESX.PlayerLoaded = true
RefreshBussHUD()
end)
```
Is there already
This commit is contained in:
@@ -349,5 +349,3 @@ end
|
||||
AddEventHandler('esx_society:openBossMenu', function(society, close, options)
|
||||
OpenBossMenu(society, close, options)
|
||||
end)
|
||||
|
||||
if ESX.PlayerLoaded then RefreshBussHUD() end
|
||||
Reference in New Issue
Block a user