The event was added to esx_status late 2018 but never utilised anywhere; using it here drops ms to 0.0 at all times.
#### Note: This event can and should also be used in various HUDs to improve performance.
Many of them use 500ms threaded loops, despite status only updating every 1s by default.
They also use individual event callbacks to retrieve each status value, while each value is already being sent in the event.
* Update config.lua
Adds the option to make the bars visible/invisible in case you're using some other resource like trew_hud_ui
* Update main.lua
Adds the option to make the bars visible/invisible in case you're using some other resource like trew_hud_ui