28.05.2017, 20:03
Where you've got the second block of code here, what callback/function is that under?
You could use
to avoid that if the labels exist.
It may be creating more than one 3DText, and simply deleting the latest one that's tracked by the variable.
You could use
Код:
if(!label[playerid]&&!label2[playerid])
It may be creating more than one 3DText, and simply deleting the latest one that's tracked by the variable.