Timer is bugged
#8

Quote:
Originally Posted by Blowfish
Посмотреть сообщение
This is what I meant:
PHP код:
forward hungerTimer();
public 
OnGameModeInit() {
        
SetTimer("hungerTimer"1200001);
        return 
0;
}
public 
hungerTimer() {
        for(new 
iMAX_PLAYERSi++) {
                if(
IsPlayerConnected(i)) {
                        
Thirsty[i]++;
                        
Hungry[i]++;
                }
        }
        return 
0;

I will try that, But then i deleted killtimer from OnplayerDisconnect
Reply


Messages In This Thread
Timer is bugged - by BizzyD - 29.06.2011, 15:34
AW: Timer is bugged - by Blowfish - 29.06.2011, 15:50
Re: Timer is bugged - by BizzyD - 29.06.2011, 15:54
AW: Timer is bugged - by Blowfish - 29.06.2011, 15:59
Re: Timer is bugged - by BizzyD - 29.06.2011, 16:01
AW: Timer is bugged - by Blowfish - 29.06.2011, 16:06
Re: Timer is bugged - by Sasino97 - 29.06.2011, 16:07
Re: AW: Timer is bugged - by BizzyD - 29.06.2011, 16:16
AW: Timer is bugged - by Blowfish - 29.06.2011, 16:17
Re: Timer is bugged - by BizzyD - 29.06.2011, 16:18

Forum Jump:


Users browsing this thread: 5 Guest(s)