mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
fix(client/main): Disable status bars after relogging
This commit is contained in:
@@ -50,6 +50,10 @@ end)
|
||||
RegisterNetEvent('esx:onPlayerLogout')
|
||||
AddEventHandler('esx:onPlayerLogout', function()
|
||||
Status = {}
|
||||
SendNUIMessage({
|
||||
update = true,
|
||||
status = Status
|
||||
})
|
||||
end)
|
||||
|
||||
RegisterNetEvent('esx_status:load')
|
||||
|
||||
Reference in New Issue
Block a user