11.10.2011, 07:43
GameModeExitFunc(playerid);
try to add this function at your command, because i have it too and it is working
And add this
try to add this function at your command, because i have it too and it is working
And add this
pawn Код:
public OnRconCommand(cmd[])
{
if(!strcmp(cmd,"gmx",true))
{
for(new playerid;playerid<MAX_PLAYERS;playerid++)OnPlayerDisconnect(playerid,-1);
SendRconCommand("gmx");
}
return 1;
}