03.04.2013, 19:08
pawn Код:
forward PayDay();
public PayDay()
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
PlayerInfo[i][Exp] += 3;
}
return 1;
}
The way you did it, you did add the timer, ok, but if the timer ends when the time isnt xx:00 it will not give a payday