Auto team balanze en comando
#5

Es asн:

pawn Код:
stock GetPlayersInTeamFromMaxPlayers(teamid)
{
    new playercount = 0;
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(GetPlayerState(i) == PLAYER_STATE_NONE) continue;
        if(gTeam[playerid] != teamid) continue; //AQUI
        playercount++;
    }
    return playercount;
} // Te faltу cerrar la llave.
Reply


Messages In This Thread
Auto team balanze en comando - by Porta0123 - 03.02.2014, 19:38
Respuesta: Auto team balanze en comando - by OTACON - 03.02.2014, 20:04
Respuesta: Auto team balanze en comando - by Porta0123 - 03.02.2014, 20:13
Respuesta: Auto team balanze en comando - by Porta0123 - 04.02.2014, 18:15
Respuesta: Auto team balanze en comando - by Swedky - 04.02.2014, 18:31
Respuesta: Auto team balanze en comando - by Porta0123 - 04.02.2014, 18:56
Re: Auto team balanze en comando - by spell - 05.02.2014, 03:44
Respuesta: Auto team balanze en comando - by Porta0123 - 05.02.2014, 16:44

Forum Jump:


Users browsing this thread: 1 Guest(s)