2 gm's
#1

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
Reply
#2

yes.
Reply
#3

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.
Reply
#4

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

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

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
Reply
#7

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
Reply
#8

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)