08.06.2010, 10:41
I using this;
I have this:
chat[playerid] = Create3DTextLabel(string,0xFF0000FF,30.0,40.0,50.0 ,40.0,0);
Attach3DTextLabelToPlayer(chat[playerid], playerid, 0.0, 0.0, 0.5);
And i used an SetTimer to this:
And error: warning 213: tag mismatch
What to do ?
I have this:
chat[playerid] = Create3DTextLabel(string,0xFF0000FF,30.0,40.0,50.0 ,40.0,0);
Attach3DTextLabelToPlayer(chat[playerid], playerid, 0.0, 0.0, 0.5);
And i used an SetTimer to this:
Код:
DeletePlayer3DTextLabel(playerid, chat[playerid]);
What to do ?