Need Help
#1

Hello!
I made a settimer.In which it will show a message in a fixed time.
Look at this script below..
pawn Код:
SetTimer("Red",1000,true);
pawn Код:
forward Red();
public Red()
{
    new playerid;
    SendClientMessage(playerid,RED,"One second has passed");
}
I want to set that message to a textdraw.Is it possible? If yes ,then how?
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)