hey can someone make this or tell me how to make it?
#3

pawn Код:
//OnGameModeInt

SetTimer("restart", 1000*60*60*12, 0);

//somewhere, like at the bottom of script

forward restart();
public restart()
{
  SendRconCommand("gmx");
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)