Author Topic: Server commands like !restart  (Read 841 times)

0 Members and 1 Guest are viewing this topic.

Offline Ryukk

  • Major(1)
  • Posts: 15
Server commands like !restart
« on: June 27, 2007, 05:10:59 pm »
Do you know where I can get the script that allows commands such as !map ctf_Laos and !restart and !pause/!unpause

thanks
Signitures removed. Please read the damn rules. Theres a freakin' button for it at the top of the site. -Your local Admin.

Offline Zero

  • Soldier
  • **
  • Posts: 167
Re: Server commands like !restart
« Reply #1 on: June 27, 2007, 05:21:25 pm »
Those are scripts that Arsse has built in:


#if $MESSAGE = !voland
#/map ctf_Voland
#endif

#if $MESSAGE = !laos
#/map ctf_Laos
#endif

#if $MESSAGE = !b2b
#/map ctf_B2b
#endif

#if $MESSAGE = !nuubia
#/map ctf_Nuubia
#endif

#if $MESSAGE = !viet
#/map ctf_Viet
#endif

#if $MESSAGE = !run
#/map ctf_Run
#endif

#if $MESSAGE = !kampf
#/map ctf_Kampf
#endif

#if $MESSAGE = !death
#/map ctf_Death
#endif

#if $MESSAGE = !maya
#/map ctf_Maya
#endif

#if $MESSAGE = !lanubya
#/map ctf_Lanubya
#endif

#if $MESSAGE = !equinox
#/map ctf_equinox
#endif

#if $MESSAGE = !p
#/pause
#endif

#if $MESSAGE = !restart
#/restart
#endif
# training commands by Gold - nate.blindspott@msn.com
# this code is safe to be used on any server




 
True warriors know the destructiveness of power-and how and when to use it.

Offline Ryukk

  • Major(1)
  • Posts: 15
Re: Server commands like !restart
« Reply #2 on: June 27, 2007, 07:08:01 pm »
ty
Signitures removed. Please read the damn rules. Theres a freakin' button for it at the top of the site. -Your local Admin.