04.01.2013, 09:34
Hi all! i need some help about i want to Say in to the Public chat the id of the 3DTextLabel but it always say TAG MISMATCH
Here is the Code:
Here is the Code:
PHP код:
new Text3D:dtext;
CMD:jajaj(playerid, params[])
{
dtext = Create3DTextLabel("jajaj", 0xFFFFFFFF, 0.0, 0.0, 0.0, 50.0, 0, 0);
Attach3DTextLabelToVehicle(dtext, 3, 0.0, 0.0, 1.5);
new juj[5];
format(juj,sizeof(juj),"%s",dtext); // From here i got the error -> TAG MISMATCH
SendClientMessage(playerid,0xFFFFFFAA,juj);
return 1;
}