SA-MP Forums Archive
2 gm's - 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: 2 gm's (/showthread.php?tid=231107)



2 gm's - MEC - 24.02.2011

is it possible to have 1 gamemode run for like a week(in-game time) and then restart at the end of the week into another gamemode?

so gm1 restarts to gm2 then gm2 to gm1


Re: 2 gm's - int3s0 - 24.02.2011

yes.


Re: 2 gm's - Mark_Shade - 24.02.2011

I need a scripter i can make the person high admin just come to this server 24.83.197.197:7777 it will be 24/7 in a few days too. I have a GM for it already just need it nicely edited.


Re: 2 gm's - MEC - 24.02.2011

what the frakk does that have to do with my question?


Re: 2 gm's - MrDeath537 - 24.02.2011

Quote:
Originally Posted by MEC
Посмотреть сообщение
what the frakk does that have to do with my question?
He's spamming his server.


Re: 2 gm's - Kitten - 24.02.2011

pawn Код:
SetTimer("OMFGGM2",time u want to change to gm 2 , true ) ;

forward OMFGGM2( );
public OMFGGM2( ) {
     SendRconCommand("changemode gm2name");
     SetTimer("OMFGGM1",time u want , true ) ;
}
forward OMFGGM1( ) ;
public OMFGGM1 ( ) {
    SendRconCommand("changemode gm1name");
    SetTimer("OMFGGM2",time u want , true ) ;
}

i think o.o



Re: 2 gm's - marinov - 25.02.2011

Quote:
Originally Posted by Kitten
Посмотреть сообщение
pawn Код:
SetTimer("OMFGGM2",time u want to change to gm 2 , true ) ;

forward OMFGGM2( );
public OMFGGM2( ) {
     SendRconCommand("changemode gm2name");
     SetTimer("OMFGGM1",time u want , true ) ;
}
forward OMFGGM1( ) ;
public OMFGGM1 ( ) {
    SendRconCommand("changemode gm1name");
    SetTimer("OMFGGM2",time u want , true ) ;
}

i think o.o
You could do it with only one timer


This is a Example (made it into a FS case u want ): http://pastebin.com/1iYDPpPB


Re: 2 gm's - Steven82 - 25.02.2011

Quote:
Originally Posted by MEC
Посмотреть сообщение
what the frakk does that have to do with my question?
Well this is offtopic, i don't like your signature.