warning 213: tag mismatch
#1

This two line

Код:
new Text3D:mylabel = 1; //  warning 213: tag mismatch
DeletePlayer3DTextLabel(playerid,mylabel); //  warning 213: tag mismatch
and i try this
Код:
new Text3D:mylabel;
DeletePlayer3DTextLabel(playerid,mylabel);//  warning 213: tag mismatch
Right way to do this is ? I`m out of my eye`s with this.
Reply
#2

pawn Код:
new Text3D:mylabel;
DeletePlayer3DTextLabel(playerid, PlayerText3D:mylabel)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)