Home
Forum
Rules
Search
Login
Register
February 13, 2025, 02:48:25 pm
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
G&S Host
is hosting quality Soldat servers for rental (USA, Australia, Germany). 24/7 Uptime servers in High Quality+Super Fast Datacenters! Please support these communities by renting a server.
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 842 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