11.06.2014, 16:32
When a player types in /healthbars it will remove his OWN healthbar (by hiding his nametag and placing a 3DTextLabel attached above his head) so when he want's to show his healthbar again he types /healthbars and his nametag shows itself again while the 3DTextLabel gets erased.
The problem I'm having:
When player with the ID 0 types /healthbars, it hides its health everything is good.
ID 1 now types /healthbars, it hides its health everything is good.
ID 0 now decides to show his health again so he re-types /healthbars and it shows his healthbar but ALSO the 3DTextLabel with his name which doesn't need to be there (It doesn't delete it for some reason).
TL ; DR:
It needs to create your own PERSONAL 3DTextLabel above your head and delete this own personal 3DTextLabel when you retype the CMD.
The problem I'm having:
When player with the ID 0 types /healthbars, it hides its health everything is good.
ID 1 now types /healthbars, it hides its health everything is good.
ID 0 now decides to show his health again so he re-types /healthbars and it shows his healthbar but ALSO the 3DTextLabel with his name which doesn't need to be there (It doesn't delete it for some reason).
TL ; DR:
It needs to create your own PERSONAL 3DTextLabel above your head and delete this own personal 3DTextLabel when you retype the CMD.