Don't forget to fill in rcon information
aliases with timeouts

Код:
// [=> RR script by Pin Point <=]

// Don't forget to fill in rcon information

// aliases with timeouts

  alias 3    "wait;wait;wait"    // 3ms   timeout
  alias 6    "3;3"    	// 6ms   timeout
  alias 9    "3;3;3"    	// 9ms   timeout
  alias 18   "9;9;"    	// 18ms  timeout
  alias 27   "9;9;9"    	// 27ms  timeout
  alias 108  "27;27;27;27"    // 108ms timeout
  alias 111  "108;3;"    	// 111ms timeout
  alias 250  "111; 108; 27; 3; wait"	// 250ms timeout
  alias live "3"    	// 3ms   timeout for live notice


// Warn the players game is going live

  9; 
  rcon say "[->> After 3 Restarts LIVE! <<-]";

// Giving the players the amount of rounds to play

  18;
  rcon say "[->>ATTENTION!!   -::-    Match Round is )>15<( <<-]"; 



// Restart commands given below

  // Restart 1
    250;
    rcon say "[->> 3 Restarts left <<-]"; 
    111;
    rcon sv_restartround 1;

  // Restart 2
    250;
    rcon say "[->> 2 Restarts left <<-]"; 
    111;
    rcon sv_restartround 1;

  // Restart 3
    250;
    rcon say "[->> 1 Restart left <<-]"; 
    111;
    rcon sv_restartround 1;



// Restarts are given LIVE! notice is given below

  250;
  rcon say "[->> LIVE <<-]";
  live;
  rcon say "[->>  LIV <<-]";
  live;
  rcon say "[->>   LI <<-]";
  live;
  rcon say "[->>    L <<-]";
  live;
  rcon say "[->>      <<-]";
  live;
  rcon say "[->> E    <<-]";
  live;
  rcon say "[->> VE   <<-]";
  live;
  rcon say "[->> IVE  <<-]";
  live;
  rcon say "[->> LIVE <<-]";
  live;
  rcon say "[->> LIVE <<-]";
  live;
  rcon say "[->> LIVE <<-]";
  live;
  rcon say "[->> Game ON   GL & HF <<-]";
  live;
  rcon say "[->> Game ON   GL & HF <<-]";