DeletePlayer3DTextLabel Error
#1

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:
Код:
DeletePlayer3DTextLabel(playerid, chat[playerid]);
And error: warning 213: tag mismatch

What to do ?
Reply
#2

You should use

new 3DText:chat[MAX_PLAYERS];
Reply
#3

I used this
Reply
#4

pawn Код:
new PlayerText3D:chat[MAX_PLAYERS];
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)