Home
Forum
Rules
Search
Login
Register
February 13, 2025, 08:49:26 am
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Soldat Capture The Flag League
is probably the most famous competitive community of all times. It ran over 60 seasons of different leagues and tournaments!
Official Soldat Forums
Server Talk
Server Help
(Moderators:
FliesLikeABrick
,
n00bface
,
Bonecrusher
)
Server commands like !restart
« previous
next »
Pages: [
1
]
Author
Topic: Server commands like !restart (Read 840 times)
0 Members and 1 Guest are viewing this topic.
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
Logged
Signitures removed. Please read the damn rules. Theres a freakin' button for it at the top of the site. -Your local Admin.
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
Logged
True warriors know the destructiveness of power-and how and when to use it.
Ryukk
Major(1)
Posts: 15
Re: Server commands like !restart
«
Reply #2 on:
June 27, 2007, 07:08:01 pm »
ty
Logged
Signitures removed. Please read the damn rules. Theres a freakin' button for it at the top of the site. -Your local Admin.
Pages: [
1
]
« previous
next »
Official Soldat Forums
Server Talk
Server Help
(Moderators:
FliesLikeABrick
,
n00bface
,
Bonecrusher
)
Server commands like !restart