05.03.2017, 10:11
This code:
Is giving me this error:
Here is some of the involved code:
Basically I'm trying to set up a system to atatch a label to a player and then be able to remove it. Seems like I need to use an array to be able to remove it for an individual.
PHP код:
if(Text3D:label[playerid] != -1)
Код:
warning 213: tag mismatch
PHP код:
new Text3D:label[MAX_PLAYERS];
PHP код:
label[playerid] = Create3DTextLabel("Referee",COLOR_WHITE,0.0,0.0,-100.0,30,0,0);