22.04.2018, 13:26
3DTextLabels starts mixing up when your create and destroy them frequently. Create the 3Dtextlabel on gamemodeinit and then use Update3DTextLabelText when you want to remove or update it.
for example if you want to remove the 3Dtextlabel use
Also the problem is with the textlabel thats attached to the player so you don't need to mess with the other textlabels.
for example if you want to remove the 3Dtextlabel use
PHP код:
Update3DTextLabelText(RPNAMETEXT[playerid], 0xFFFFFFFF, "");
Also the problem is with the textlabel thats attached to the player so you don't need to mess with the other textlabels.