23.01.2011, 23:20
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;
}