17.05.2011, 12:31
By restarting the server through the command /gmx, filterscripts removed
Код:
if(strcmp(cmd, "/gmx", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if (PlayerInfo[playerid][pAdmin] >= 1337)
{
GameModeExit();
}
}
return 1;
}

