Payday spam.
#6

That's the problem, I'm not finding any code with pPayDay, I think this might be the one.
pawn Код:
forward Production();
public Production()
{
    new string[128];
    foreach (Player, i) {
        if(PlayerInfo[i][pPayDay] < 6) {
            PlayerInfo[i][pPayDay] += 1;
            SendDebugMessage("Production, [pPayday]");
        }
        if(WantedLevel[i] > 0 && !PlayerInfo[i][pWarrant]) {
            WantedLevel[i] --;
            format(string, sizeof(string), "Current Wanted Level: %d", WantedLevel[i]);
            SendClientMessage(i,COLOR_YELLOW,string);
            SendDebugMessage("Production, Wanted Level");
        }
    }
    return 1;
}
Reply


Messages In This Thread
Payday spam. - by The__ - 25.03.2012, 14:51
Re: Payday spam. - by Vrondakis - 25.03.2012, 15:46
Re: Payday spam. - by The__ - 25.03.2012, 16:45
Re: Payday spam. - by The__ - 26.03.2012, 04:53
Re: Payday spam. - by MP2 - 26.03.2012, 05:06
Re: Payday spam. - by The__ - 26.03.2012, 05:07
Re: Payday spam. - by MP2 - 26.03.2012, 05:08
Re: Payday spam. - by [HiC]TheKiller - 26.03.2012, 05:17
Re: Payday spam. - by The__ - 26.03.2012, 14:02

Forum Jump:


Users browsing this thread: 1 Guest(s)