28.08.2015, 10:27
Use
Sometime it not work. If there nothing in OnGameModeExit , the server will not restart or can crash the server
PHP код:
CMD:gmx(platerid, params[])
//you can use if(IsPlayerAdmin(playerid)) here
{
SendRconCommand("gmx");
return 1;
}