You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Needs to trigger TriggerServerEvent('esx_status:update', GetStatusData(true)) to update when they heal themselves some how? Or is there another work around? Like setting xPlayer.set('status', xyz) server side?
The text was updated successfully, but these errors were encountered:
With the newest version of the status, it updates every 30 seconds for example if you do
/heal
with basic needs and relog the status won't update.https://github.com/esx-framework/esx_basicneeds/blob/270e54b867295f928483fa4e630608a24f350eba/client/main.lua#L9-L18
Needs to trigger
TriggerServerEvent('esx_status:update', GetStatusData(true))
to update when they heal themselves some how? Or is there another work around? Like setting xPlayer.set('status', xyz) server side?The text was updated successfully, but these errors were encountered: