[HELP] Small Problem
#3

pawn Код:
public SendJobMessage(job, color, string[])
{
    foreach(Player, i)
    {
        if((PlayerInfo[i][pJob] == job || PlayerInfo[i][pJob2] == job) && JobDuty[i] == 1)
        {
            SendClientMessageEx(i, color, string);
        }
    }
}
Is that it?

Or is this it?

pawn Код:
forward SendJobMessage(job, color, string[]);
Reply


Messages In This Thread
[HELP] Small Problem - by Oscii - 12.05.2012, 23:11
Re: [HELP] Small Problem +1rep - by FalconX - 12.05.2012, 23:17
Re: [HELP] Small Problem +1rep - by Oscii - 12.05.2012, 23:24
Re: [HELP] Small Problem - by Face9000 - 13.05.2012, 00:04
Re: [HELP] Small Problem - by Oscii - 13.05.2012, 00:40
Re: [HELP] Small Problem - by Face9000 - 13.05.2012, 00:41

Forum Jump:


Users browsing this thread: 1 Guest(s)