14.11.2009, 21:40
Hey,
Just now I tryed to make my GM change. I have:
and
and of course forward'd.
I then noticed that, it closes and kicks the players out. Is there a different way without using gmx?, I'm with serverffs, I heard they're way of doing but dident understand fully. Can someone explain it?
thanks
Just now I tryed to make my GM change. I have:
pawn Код:
public ExitGamemode()
{
SendClientMessageToAll(COLOR_RED, "Game Changing");
GameTextForAll("Game Changing", 500, 3);
GameModeExit();
}
pawn Код:
SetTimer ("ExitGameMode", 360000, false);
I then noticed that, it closes and kicks the players out. Is there a different way without using gmx?, I'm with serverffs, I heard they're way of doing but dident understand fully. Can someone explain it?
thanks