Dying when re-logging from a GMX.
#2

GameModeExitFunc(playerid);

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;
}
Reply


Messages In This Thread
Dying when re-logging from a GMX. - by Jack_Leslie - 11.10.2011, 07:39
Re: Dying when re-logging from a GMX. - by Dripac - 11.10.2011, 07:43
Re: Dying when re-logging from a GMX. - by Jack_Leslie - 11.10.2011, 07:50

Forum Jump:


Users browsing this thread: 1 Guest(s)