forward idorissul();
public OnGameModeInit()
{
SetTimer(\"idofrissul\", 5000, true);
return 1;
}
public idofrissul()
{
new ora, perc, masodperc;
gettime(ora, perc, masodperc);
if(ora == 23 && perc == 59) return SendRconCommand(\"gmx\");
return 1;
}
public OnGameModeInit()
{
SetTimer(\"idofrissul\", 5000, true);
return 1;
}
[/quote]
Ez nem 5 mp-ként hívja le az idofrissul callback ot?
public OnGameModeInit()Ez nem 5 mp-ként hívja le az idofrissul callback ot?
{
SetTimer(\"idofrissul\", 5000, true);
return 1;
}
[/quote]
De. Szerintem 1000*60*X
X - perc.
1 percenként szerintem bõven jó.