Then you did something wrong when you installed it. I did a fixed version of one of these statusbars that won't error spam your logs here:
But other than that, this will work.
It's a decent start, but for some reason the bottom padding and the tiny "X" button are infuriating to me. Maybe do that somewhere else on the dialog, or as a "floating" button.
I think you are mistaking us for whatever server you were playing on. These are support forums for people running Life Servers. We don't run any servers.
https://github.com/AsYetUntitled/Framework/commit/b7c1cbc7586319e823d2e7851d4c072e875eca44
^ That's what is causing the popup. There were changes to TON_fnc_updateGang now having a callback to open the ATM as everything to do with gang-banking was put serverside to stop exploits. To properly fix this script you'd have to edit it to pass something stopping that callback (so it knows it's from this script and not a regular update).
For this:
call life_coplevel == 2
Do:
call life_coplevel isEqualTo 2
isEqualTo is a little bit faster.
Looks fine otherwise. Seems a bit odd that 2 has access to 3 of these, but that's just your setup I guess.