Posts: 1,018
Threads: 129
Joined: Apr 2011
Reputation:
0
very simple go to your server type /rcon login [password] then type /rcon gmx and you're done
Posts: 168
Threads: 43
Joined: Jul 2010
Reputation:
0
Make a /gmx command in your script which is performing it before GMX'ing
Posts: 721
Threads: 25
Joined: Nov 2007
Reputation:
0
Call GameTextForAll, or SendClientMessageToAll in OnGameModeExit().
Posts: 162
Threads: 31
Joined: Oct 2010
Reputation:
0
17.05.2011, 18:11
(
Последний раз редактировалось Dr.Ghost; 17.05.2011 в 18:14.
Причина: repair to better
)
Or public any player can use:
for zcmd command.
CMD:gmx(playerid,params[]) {
SendRconCommand("gmx");
SendClientMessage(playerid,COLOUR,"Server Has Been Restart");
GameTextForAll(playerid,"SERVER RESTART",8000,5);
return 1;
}