15.09.2011, 19:47
Hey,
My suggestion is to add:
Destroy3DText
An example on creating one:
SO MY POINT IS:
What do you say?
My suggestion is to add:
Destroy3DText
An example on creating one:
pawn Код:
new text123;
public OnGameModeInIt()
{
text123 = Create3DTextLabel("Hello World", 0x99FFFFAA,X,Y,Z,100.0, 0);
return 1;
}
SO MY POINT IS:
pawn Код:
if (strcmp("/close3dtext", cmdtext, true, 10) == 0)
{
Destroy3DTextForall(text123)
Destroy3DTextForPlayer(playerid, text123)
return 1;
}