14.07.2012, 16:55
Make a restart command to restart the server right after saving. You can achieve a server restart by doing one of the following:
pawn Код:
SendRconCommand("gmx");
pawn Код:
GameModeExit();

