Commit Graph

18 Commits

Author SHA1 Message Date
Linden 4aa9525fcf fix(client/main): Remove update triggerserverevent when modifying statuses (it only needed to trigger with the interval) 2021-06-14 17:49:00 +10:00
Linden acb264c027 revert(client/main): Go back to table.insert for GetStatusData
Not even sure why I did it as size+1 and not i; but doesn't seem to work with index anyway.
Fixes nil value after dying
2021-06-07 11:14:54 +10:00
Linden 97d7e5186b fix(client/main): Ensure the hud displays initially; get the visibility of statusbars correctly 2021-06-07 08:07:10 +10:00
Linden 20b2319e97 refactor(client/main): Remove unused variable; optimisations
- Status.max was never defined anywhere (always nil) and was not referenced anywhere
- Add a toggle for status bars (Config.Display); setting to false reduces CPU usage
- onTick thread no longer retrieves StatusData twice; receives the minimal data then adds the other variables if Display is enabled
2021-06-04 13:14:56 +10:00
Linden 5a8e750287 fix(client/main): Disable status bars after relogging 2021-06-04 11:45:22 +10:00
Linden 97289e615b fix(client/main): Prevent multiple onTick threads from running at once after relogging 2021-06-04 11:41:57 +10:00
Linden b823e7d557 fix(legacy/multichar): Clear player status when logging out 2021-05-28 09:58:24 +10:00
PainedPsyche a101f4d3dd fix for a bug where satus values were not properly loading database data client side resulting in the values resetting to default on login 2020-11-04 20:03:50 +01:00
ArkSeyonet 6e072d6f83 Update esx_status
Edited to not show UI until loading screen is off
2020-05-15 17:21:49 -05:00
ElPumpo 77a7080e38 Implemented unregisterStatus and fixed restarting script midgame 2019-06-08 13:11:28 +02:00
ElPumpo 4b46663c96 Trigger esx_status:onTick on tick 2018-12-02 20:30:20 +01:00
ElPumpo e56d700df4 Revert respect ESX config 2018-11-11 14:10:57 +01:00
ElPumpo 74653246b0 Performance, respect EnableHud from ESX 2018-11-03 21:53:44 +01:00
ElPumpo 94fa8619f3 Fixed error setting status on a unknown player 2018-04-09 01:49:11 +02:00
Jérémie N'gadi d39a960552 Add status percent 2017-09-12 11:11:14 +02:00
Jérémie N'gadi 58ab6be31e Fix lags 2017-09-02 12:15:18 +02:00
Jérémie N'gadi 1dfeee2a18 Increase TickTime 2017-08-23 10:17:58 +02:00
Jérémie N'gadi 09d76deef3 Add files 2017-08-12 11:35:52 +02:00