01.05.2012, 00:54
find the line
change the 2nd variable to 3600000 (milliseconds in one hour). This way, public PayDay will be called every hour.
As for the respect point, have you created an array/enum? Something like PlayerInfo[playerid][RespectPoint] ?
pawn Код:
SetTimer("PayDay",....);
As for the respect point, have you created an array/enum? Something like PlayerInfo[playerid][RespectPoint] ?