03.11.2012, 15:28
Use
in OnPlayerConnect
And add this on player disconnect
Remember create a public and forward for the funname like "forward payday(playerid); public payday(playerid)"
pawn Код:
//on top of script
new Timerpday;
pawn Код:
Timerpday = Settimer(funname[],interval,repeat);
pawn Код:
Destroytimer(Timerpday);