Some help with countDown
#9

Quote:
Originally Posted by JFF
Посмотреть сообщение
pawn Код:
forward CountDown(playerid);
public CountDown(playerid)
{
 CountDownVar--;
 new str[128];
 if(CountDownVar == 0)
 {
    KillTimer(CountDownTimer);
    CountDownVar = 15;
 }
 else
 {
    format(str, sizeof(str), "Count Down: %d", CountDownVar);
    GameTextForPlayer(str, 1000, 1);
 }
 return 1;
}
i did it and i am getting this error
PHP код:
C:\Users\Dimitris\Desktop\server 0.3z\filterscripts\CarSystem.pwn(1781) : error 035argument type mismatch (argument 1
line 1781:
PHP код:
 GameTextForPlayer(str10001); 
Reply


Messages In This Thread
Some help with countDown - by jimis - 19.05.2014, 19:45
Re: Some help with countDown - by TakeiT - 19.05.2014, 19:49
Re: Some help with countDown - by jimis - 19.05.2014, 20:06
Re: Some help with countDown - by Spartaaaaa - 19.05.2014, 20:51
Re: Some help with countDown - by JFF - 20.05.2014, 03:49
Re: Some help with countDown - by jimis - 21.05.2014, 10:34
Re: Some help with countDown - by JFF - 21.05.2014, 10:39
Re: Some help with countDown - by jimis - 21.05.2014, 10:48
Re: Some help with countDown - by jimis - 21.05.2014, 10:54
Re: Some help with countDown - by Konstantinos - 21.05.2014, 10:57

Forum Jump:


Users browsing this thread: 1 Guest(s)