gm change on time? - 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)
+--- Thread: gm change on time? (
/showthread.php?tid=402022)
gm change on time? -
a.z.a.r - 24.12.2012
hey guys,
i want to make a server in which there can be game mode change on time + its a tdm...
no problem with tdm part its easy...but i have a problem with gm change on time... so, please give me a tutorial or instructions to do it...

helping is promotion
Re: gm change on time? -
mineralo - 25.12.2012
like
pawn Код:
SetTimer("ChangeGM",10000,false);
public ChangeGM()
{
SendRconCommand("changemode tdm"); // you can make a dynamic gms, just need to think how its will work
return 1;
}
Re: gm change on time? - Astralis - 25.12.2012
https://sampforum.blast.hk/showthread.php?tid=58512
Re: gm change on time? -
a.z.a.r - 26.12.2012
OMG THANKYOU BOTH YOU! REALLY I APPREACIATE THAT!
+1 REPPED!