SA-MP Forums Archive
Time Anticheat - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Time Anticheat (/showthread.php?tid=499265)



Time Anticheat - mzazon - 07.03.2014

please help me,
new day,month,year;
getdate(year,month,day);
if(day == 07)
{
OnGameModeExit();
}
I want when the time will be 7/3 when someone try to open the server he will close automatic
please help


Re: Time Anticheat - Tamer - 07.03.2014

SendRconCommand("exit");

Try that rather than using OnGameModeExit();


Re: Time Anticheat - mzazon - 07.03.2014

Done , thanks.