TextDraw
#6

well , if you want to SHOW to the player at a certain moment use that function
pawn Код:
PlayerTextDrawShow(playerid, exp[playerid]);
For example , if you want to show the textdraw to the player when it's spawned

pawn Код:
public OnPlayerSpawn(playerid)
{
// string thing blabla
new string[256];
format(string, sizeof(string), "blabla");
PlayerTextDrawSetString(playerid,exp[playerid], string);       
PlayerTextDrawShow(playerid, exp[playerid]);
return 1;
}
Reply


Messages In This Thread
TextDraw - by mrl123 - 20.07.2014, 14:56
Respuesta: TextDraw - by Xabi - 20.07.2014, 15:02
Re: Respuesta: TextDraw - by mrl123 - 20.07.2014, 15:05
Re: TextDraw - by Metharon - 20.07.2014, 15:07
Re: TextDraw - by mrl123 - 20.07.2014, 15:12
Re: TextDraw - by Metharon - 20.07.2014, 15:15
Re: TextDraw - by mrl123 - 20.07.2014, 15:34
Re: TextDraw - by kesarthakur - 20.07.2014, 15:37
Re: TextDraw - by mrl123 - 20.07.2014, 15:53
Re: TextDraw - by IceBilizard - 20.07.2014, 16:00

Forum Jump:


Users browsing this thread: 1 Guest(s)