06.04.2013, 10:41
Hello
i need help with countdown clock to change the GM :
Error :
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 017: undefined symbol "playerid"