60 Second Textdraw countdown.
#1

Hey there basicaly i have mapped out a go kart track and i want it so that is displays a 60 second countdown with textdraw at the bottom of the screen and also may i ask how i would get "playerid" to work with my timer as it wont work with playerid this is my timer code:
Код:
// this is the forward/ect part
forward karttimer();

// This is the public part 
public karttimer()
{
  new pname[24], string[128];
  GetPlayerName(playerid, pname, sizeof(pname));
  format(string, sizeof(string), "%s Has failed to compleat the kart track within 1 minute.", pname);
  SendClientMessageToAll(0x33AA33AA, string);
}
Reply


Messages In This Thread
60 Second Textdraw countdown. - by [mad]MLK - 14.08.2009, 09:00
Re: 60 Second Textdraw countdown. - by Weirdosport - 14.08.2009, 09:22

Forum Jump:


Users browsing this thread: 1 Guest(s)