[HELP] Will this work?
#2

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
        {
            if(IsPlayerConnected(i))
            {
                if(gTeam[i] == gTeam[playerid])
                SendClientMessage(i, PM_INCOMING_COLOR, string);
            }
        }
Changed playerid to i and removed return 0;
Reply


Messages In This Thread
[HELP] Will this work? - by FreddeN - 20.03.2010, 11:52
Re: [HELP] Will this work? - by MadeMan - 20.03.2010, 12:11

Forum Jump:


Users browsing this thread: 1 Guest(s)