Need Help
#3

You must create the TextDraw
at the begin of the script
Код:
new Text:TextDraw
So at OnGameModeInIt you have to create:
Код:
TextDraw = TextDrawCreate(x,y,"text");
SetTimer("Red",1000,true);
and down
Код:
 forward Red();
public Red()
{
TextDrawShowForAll(TextDraw);
}
if you want to make the textdraw to dissapear write
Код:
HideTextDrawForAll(TextDraw);
Reply


Messages In This Thread
Need Help - by Ironboy - 04.03.2011, 18:13
Re: Need Help - by Stigg - 04.03.2011, 18:24
Re: Need Help - by dinalex97 - 04.03.2011, 18:40
Re: Need Help - by Stigg - 04.03.2011, 18:45
Re: Need Help - by Ironboy - 04.03.2011, 18:49
Re: Need Help - by Ironboy - 04.03.2011, 19:21
Re: Need Help - by Marricio - 04.03.2011, 20:53
Re: Need Help - by Mean - 04.03.2011, 21:18
Re: Need Help - by Ironboy - 05.03.2011, 05:12
Re: Need Help - by Antonio [G-RP] - 05.03.2011, 05:16

Forum Jump:


Users browsing this thread: 1 Guest(s)