textdraws don't count
#2

Try using this instead of your current 'GetRemainingMembers(teamid)'
pawn Код:
stock GetRemainingMembers(teamid)
{
    new tCount;
    for(new i=0; i<MAX_PLAYERS; i++)
    {
      if(GetPlayerTeam(i) == teamid && GetPVarInt(i, "Dead") == 0)
        {
            tCount++;
            continue;
      }
    }
    return tCount;
}
Reply


Messages In This Thread
textdraws don't count - by bennyisme - 15.06.2010, 02:53
Re: textdraws don't count - by Grim_ - 15.06.2010, 04:28
Re: textdraws don't count - by bennyisme - 15.06.2010, 17:33
Re: textdraws don't count - by bennyisme - 16.06.2010, 15:21
Re: textdraws don't count - by bennyisme - 19.06.2010, 01:45
Re: textdraws don't count - by bennyisme - 21.06.2010, 04:16

Forum Jump:


Users browsing this thread: 1 Guest(s)