11.04.2010, 19:43
Well, you'll just have to work around it.
pawn Код:
public OnRconCommand(cmd[])
{
if(!strcmp(cmd,"GMX2",true))
{
for(new playerid;playerid<MAX_PLAYERS;playerid++)OnPlayerDisconnect(playerid,-1);
SendRconCommand("gmx");
}
return 1;
}