3dlabel
#3

You have a local variable that stores the 3DText id. Local variables get destroyed when the function ends. This means you lose the handle to said 3DText after the command is executed, making it impossible to destroy. You need either a static local or a global variable and it needs to be a MAX_PLAYER array.

Edit: ^ explained well.
Reply


Messages In This Thread
3dlabel - by alexanderjb918 - 06.06.2016, 10:53
Re: 3dlabel - by Sjn - 06.06.2016, 11:16
Re: 3dlabel - by Vince - 06.06.2016, 11:19

Forum Jump:


Users browsing this thread: 1 Guest(s)