[Ajuda] SetTimerEx Bugado "Relogio UP"
#7

Quote:
Originally Posted by CALENZ021
View Post
Se eu usar um time para todos, quando eu bloquear o time de um nгo bloquearia de todos tbm ?



Jб coloquei isso, mas nгo adianta.
Pode usar as verificaзхes nesse caso, Coloquei o && PlayerInfo[i][Preso] == 0, Para ver se ele nгo estб preso.

PHP Code:
public OnGameModeInit()
{
    
SetTimer("UpGeral"1000false);
    return 
1;
}
forward UpGeral();
public 
UpGeral()
{
    for(new 
i!= MAX_PLAYERS; ++i)
    {
        if(
IsPlayerConnected(i))
        {
            if(
PlayerInfo[i][SegundoUP] > && PlayerInfo[i][Preso] == 0)
            {
                
pInfo[i][SegundoUP] --;
            }
            if(
PlayerInfo[i][SegundoUP] == && PlayerInfo[i][MinutosUP] >= && PlayerInfo[i][Preso] == 0)
            {
                
pInfo[i][SegundoUP] = 59;
                
pInfo[i][MinutosUP] --;
            }
            if(
PlayerInfo[i][MinutosUP] == && PlayerInfo[i][SegundosUP] == 0)
            {
                
pInfo[i][SegundoUP] = 59;
                
pInfo[i][MinutosUP] = 9;
                
UPLevel(i);
                
//Upou
            
}
        }
    }
    
SetTimer("UpGeral"1000false);

Reply


Messages In This Thread
SetTimerEx Bugado "Relogio UP" - by CALENZ021 - 30.03.2019, 00:30
Re: SetTimerEx Bugado "Relogio UP" - by GuiKommander - 30.03.2019, 01:29
Re: SetTimerEx Bugado "Relogio UP" - by XandyMello - 30.03.2019, 01:47
Re: SetTimerEx Bugado "Relogio UP" - by CALENZ021 - 30.03.2019, 09:34
Re: SetTimerEx Bugado "Relogio UP" - by XandyMello - 30.03.2019, 09:51
Re: SetTimerEx Bugado "Relogio UP" - by CALENZ021 - 30.03.2019, 10:06
Re: SetTimerEx Bugado "Relogio UP" - by GuiKommander - 30.03.2019, 11:15
Re: SetTimerEx Bugado "Relogio UP" - by ipsLuan - 30.03.2019, 12:36
Re: SetTimerEx Bugado "Relogio UP" - by LockedLucas - 30.03.2019, 23:04
Re: SetTimerEx Bugado "Relogio UP" - by CALENZ021 - 01.04.2019, 22:33
Re: SetTimerEx Bugado "Relogio UP" - by CALENZ021 - 01.04.2019, 22:48
Re: SetTimerEx Bugado "Relogio UP" - by CALENZ021 - 05.04.2019, 06:12
Re: SetTimerEx Bugado "Relogio UP" - by 1sbedx - 05.04.2019, 06:22
Re: SetTimerEx Bugado "Relogio UP" - by CALENZ021 - 13.04.2019, 18:38

Forum Jump:


Users browsing this thread: 2 Guest(s)