[Ajuda] Total de players no times
#2

so trocar por essa:

PHP код:
stock GetTimePlayers()
{
    for(new 
0MAX_PLAYERSi++)
    {
        if(!
IsPlayerConnected(i))
            continue;
        
        if(
Player[i][pTime1] == 1)
            return 
TotalTime1;
            
        else if(
Player[i][pTime2] == 1)
            return 
TotalTime2;
    }
    return -
1;

Reply


Messages In This Thread
Total de players no times - by cellps - 22.11.2016, 09:36
Re: Total de players no times - by PT - 22.11.2016, 13:34
Re: Total de players no times - by cellps - 23.11.2016, 19:22
Re: Total de players no times - by XandyMello - 23.11.2016, 19:27
Re: Total de players no times - by PT - 24.11.2016, 14:53
Re: Total de players no times - by cellps - 24.11.2016, 15:12
Re: Total de players no times - by cellps - 25.11.2016, 09:54
Re: Total de players no times - by PT - 25.11.2016, 17:46
Re: Total de players no times - by pWesley - 25.11.2016, 17:49
Re: Total de players no times - by cellps - 27.11.2016, 13:33

Forum Jump:


Users browsing this thread: 1 Guest(s)