Help Me in Countdown
#1

Hello

i need help with countdown clock to change the GM :

Код:
        CountDownTD = TextDrawCreate(230.000000,120.000000,"60 Seconds remaining");
 	TextDrawAlignment(CountDownTD,0);
  	TextDrawBackgroundColor(CountDownTD,0x000000ff);
  	TextDrawFont(CountDownTD,3);
  	TextDrawLetterSize(CountDownTD,0.499999,1.900000);
  	TextDrawColor(CountDownTD,0x0000ffff);
  	TextDrawSetOutline(CountDownTD,1);
  	TextDrawSetProportional(CountDownTD,1);
  	TextDrawSetShadow(CountDownTD,1);
  	SetTimerEx("CountDown", 1000, true, "i", playerid);
Error :

Код:
error 017: undefined symbol "playerid"
Reply


Messages In This Thread
Help Me in Countdown - by Strike97 - 06.04.2013, 10:41
Re: Help Me in Countdown - by Threshold - 06.04.2013, 11:07
Re: Help Me in Countdown - by Mean - 06.04.2013, 11:13
Re: Help Me in Countdown - by Threshold - 06.04.2013, 13:45

Forum Jump:


Users browsing this thread: 1 Guest(s)