Nine errors and 1 warning
#2

Replace tmp with this.
pawn Код:
tmp = strtok(params,Index);
pawn Код:
stock IsMonth31(month) //Add this to the bottom of your script.
{
    new year, month, day;
    getdate(year, month, day);
    if(month == 4 || month == 6 || month == 9 || month == 1) return true;
    return false;
}
Reply


Messages In This Thread
Nine errors and 1 warning - by Raphy - 14.07.2012, 09:48
Re: Nine errors and 1 warning - by clarencecuzz - 14.07.2012, 10:00
Re: Nine errors and 1 warning - by clarencecuzz - 14.07.2012, 10:02
Re: Nine errors and 1 warning - by Raphy - 14.07.2012, 10:25
Re: Nine errors and 1 warning - by Raphy - 14.07.2012, 12:58
Re: Nine errors and 1 warning - by [MM]RoXoR[FS] - 14.07.2012, 13:47
Re: Nine errors and 1 warning - by Raphy - 14.07.2012, 14:00
Re: Nine errors and 1 warning - by clarencecuzz - 14.07.2012, 14:05
Re: Nine errors and 1 warning - by Raphy - 14.07.2012, 14:32
Re: Nine errors and 1 warning - by clarencecuzz - 14.07.2012, 14:54

Forum Jump:


Users browsing this thread: 3 Guest(s)