SA-MP Forums Archive
Restart server without RCON CONSOLE? - 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: Restart server without RCON CONSOLE? (/showthread.php?tid=660248)



Restart server without RCON CONSOLE? - SiNaGaMeR - 28.10.2018

Hello there
I want a command to restart the server without me I mean when I use this command the server's RCON CONSOLE close and open automatically for restart the server to update.


Re: Restart server without RCON CONSOLE? - cSharp - 28.10.2018

Код:
CMD:restart(playerid)
  return SendRconCommand("gmx");



Re: Restart server without RCON CONSOLE? - SiNaGaMeR - 28.10.2018

@cSharp oo I forgot that ++ REP