11.03.2010, 22:18
I did this thing
Top:
Middle:
After few commands:
I getting 2 errors on this two lines:
Errors:
Tag Mismatch
What did I do worng?
*My first time with 3DTextLabel*
Top:
Code:
new playertextid;
Code:
format(string, sizeof(string),"PayCheck:[%d]",PlayerInfo[playerid][pPayDayPU]); playertextid = CreatePlayer3DTextLabel(playerid,string,0x33CCFFAA,2316.1152,-14.1170,26.7422,40.0);
Code:
DeletePlayer3DTextLabel(playerid, playertextid);
Code:
DeletePlayer3DTextLabel(playerid, playertextid); playertextid = CreatePlayer3DTextLabel(playerid,string,0x33CCFFAA,2316.1152,-14.1170,26.7422,40.0);
Tag Mismatch
What did I do worng?
*My first time with 3DTextLabel*