Creating 3D text on my position
#3

pawn Code:
CMD:text(playerid, params[])
{
     SendClientMessage(playerid, COLOR_WHITE, "Text created");
     new Float:X, Float:Y, Float:Z;
     GetPlayerPos(playerid, X, Y, Z);
     Create3DTextLabel("This is a yellow text",0xFFFF00AA,X,Y,Z,100,0,10);
     return 1;
}
Reply


Messages In This Thread
Creating 3D text on my position - by RLGaming - 27.08.2012, 13:57
Re: Creating 3D text on my position - by RLGaming - 27.08.2012, 19:07
Re: Creating 3D text on my position - by fiki574 - 27.08.2012, 19:13
Re: Creating 3D text on my position - by RLGaming - 27.08.2012, 19:20
Re: Creating 3D text on my position - by fiki574 - 27.08.2012, 19:23
Re: Creating 3D text on my position - by RLGaming - 27.08.2012, 19:25
Re: Creating 3D text on my position - by fiki574 - 27.08.2012, 19:32
Re: Creating 3D text on my position - by RLGaming - 27.08.2012, 19:43
Re: Creating 3D text on my position - by fiki574 - 27.08.2012, 19:49

Forum Jump:


Users browsing this thread: 4 Guest(s)