09.09.2012, 13:46
SetTimerEx("Payday",1*60*60*3600000,true,"i",j)
How do I make this timer is activated every hour rounds?
How do I make this timer is activated every hour rounds?
SetTimerEx("Payday",360000,true,"i",playerid)
//Anywhere, not in Callbacks
forward Payday(playerid);
public Payday(playerid)
{
//Your other code
return 1;
}
SetTimerEx("Payday",360000,true,"i",playerid) put OnPlayerConnect
|
Payday use 3 systems and no one not raboti.Puskam server 5 minutes before the hour rounds and gives me Payday. This is the final system test and if someone can help me I would greatly appreciate it!
|