linking gamemodes?
#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


Messages In This Thread
linking gamemodes? - by davocollo - 23.01.2011, 23:18
Re: linking gamemodes? - by Kitten - 23.01.2011, 23:20
Re: linking gamemodes? - by alpha500delta - 24.01.2011, 12:40

Forum Jump:


Users browsing this thread: 1 Guest(s)