linking gamemodes?
#1

how do you link a gamemode to another so when 1 finishes, the other starts?
Reply
#2

pawn Код:
// on top

forward NewMode ( ) ;
 
//add this ongamemodeint or w/e u spell it lol

SetTimer ( " NewMode " , time in milisecond u want to change , false ) ;
// Somewhere in your script example in the bottom
public NewMode ( )
{
    SendRconCommand ( " changemode name of the gamemode " ) ;
    return 1;
}
Reply
#3

Or you can put behind the gamemode line several gamemodes and it'll restart when the 1st gamemode is over
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)