10.11.2012, 14:18
I am not 100 percent sure, but it should work good!
pawn Код:
CMD:restart( playerid, params[ ] )
{
OnGameModeExit( );
SendRconCommand( "gmx" );
return 1;
}