ehm why?
Just check if self is still defined, so you know the player hasnt disconnected
Setting it to a player var might cause your script to overwrite said var and double the hud elem, making one hud elem indestructable for it has lost its pointer
I use a lot of local hud elements in some of my mods, and it works fine. No need for a player var.



Reply With Quote