[HELP] Small Problem
#4

pawn Код:
forward SendJobMessage(const string[]);
pawn Код:
public SendJobMessage(job, color, string[])
{
    foreach(Player, i)
    {
        if((PlayerInfo[i][pJob] == job || PlayerInfo[i][pJob2] == job) && JobDuty[i] == 1)
        {
            SendClientMessage(i, COLOR_LIGHTBLUE, 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)