Foreach Error
#6

Quote:
Originally Posted by iZN
Посмотреть сообщение
Do you have foreach include and it is defined before a_samp include? Also, the code must be like this:

pawn Код:
stock CounterRadio(const string[])
{
    foreach(Player, i)
    {
        if(GetPlayerState(i) != PLAYER_STATE_NONE)
        {
            if(GetPlayerClass[i] == TEAM_COUNTER)
            {
                SendClientMessage(i, BLUE, string);
            }
        }
    }
    return true;
}
EDIT: I'm late too, only 60000 milliseconds.
return true; and return 1; are all the same e_e
Reply


Messages In This Thread
Foreach Error - by dakata994 - 29.11.2013, 06:53
Re: Foreach Error - by Threshold - 29.11.2013, 07:03
Re: Foreach Error - by StuartD - 29.11.2013, 07:03
Re: Foreach Error - by iZN - 29.11.2013, 07:04
Re: Foreach Error - by dakata994 - 29.11.2013, 07:05
Re: Foreach Error - by Sublime - 29.11.2013, 07:06
Re: Foreach Error - by Threshold - 29.11.2013, 07:07
Re: Foreach Error - by iZN - 29.11.2013, 07:08

Forum Jump:


Users browsing this thread: 5 Guest(s)