Changing a GM - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Changing a GM (
/showthread.php?tid=108622)
Changing a GM -
jamesb93 - 14.11.2009
Hey,
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();
}
and
pawn Код:
SetTimer ("ExitGameMode", 360000, false);
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