[SA-MP Server 0.3a RC7] PVar resetted too early at server restart
#2

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


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)