@F1N4L Thanks for your help <3
Quote:
Originally Posted by Vince
Once the label is created it can't be destroyed because you use a local variable. In other words, the label exists in the world but its id is no longer stored anywhere. You must use a static variable instead. Probably a MAX_PLAYER array, as well.
|
How ?