Problem with count event players
#6

Код:
countEvent(event) 
{ 
    new count = 0; 
     
    for(new i=0; i < MAX_PLAYERS; i++) 
    { 
         if(playerInfo[i][MODE] == event) 
         { 
             count++; 
        } 
    } 
    return count; 
}
try
Reply


Messages In This Thread
delete - by 2k16 - 01.05.2016, 06:16
Respuesta: Problem with count players event - by Thewin - 01.05.2016, 06:22
Re: Respuesta: Problem with count players event - by 2k16 - 01.05.2016, 06:32
Respuesta: Problem with count event players - by Thewin - 01.05.2016, 06:36
Re: Respuesta: Problem with count event players - by 2k16 - 01.05.2016, 06:37
Respuesta: Problem with count event players - by Thewin - 01.05.2016, 06:39

Forum Jump:


Users browsing this thread: 1 Guest(s)