SA-MP Forums Archive
Auto-restart. - 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: Auto-restart. (/showthread.php?tid=435771)



Auto-restart. - zClaw - 08.05.2013

Hello, I want the server to restart automaticly after the objective has been completed.

I got the command and stuff, but I only need the line that restarts the server after 10 seconds.

If someone wants to help me with this, it will be highly appreciated.


Re: Auto-restart. - radiobizza - 08.05.2013

I don't know that line... Sorry


Re: Auto-restart. - IceCube! - 08.05.2013

Then where the objective has been completeted you'll know where that is if its your mode call your custom GMX().. or call the basic one like this

SendRconCommand("GMX");


Re: Auto-restart. - zClaw - 08.05.2013

Quote:
Originally Posted by IceCube!
Посмотреть сообщение
Then where the objective has been completeted you'll know where that is if its your mode call your custom GMX().. or call the basic one like this

SendRconCommand("GMX");
That's what I needed. Merci.