PDA

View Full Version : Server Config - Linux


samsee
01-20-2004, 04:00 AM
Hey, first time poster here.
I have a COD serve running on my Linux box.
It works locally and map rotation works.
My config files seem to be working. Server name, max players etc.. all work.

seta g_teamkillwarn "3"
seta g_teamkillkick "5"
set sv_invulnerabletime "3"

I want to utilize these three options. It seems like they don't work. I have friendly fire on (1). I tried with it off and even reflective(2). It will go reflective but still no 3 kill warning nevermind 5 kill boot.
I have tried changing the invulnerable time to 30 secs and my tests still don't work. I can kill the enemy right away. They get no grace time at all.

Is there something else I need to do to get any of these three functions to work?

Any help, input is very much appreciated.
-Sam

HankScorpio
01-20-2004, 03:22 PM
Those functions aren't implemented. They're left over from when the server engine was ripped from RTCW. :wink:

Typically, if something isn't on Inherent's Server Command Page (http://www.infinityward.com/cod/server%20commands.html) then it doesn't do anything.

samsee
01-20-2004, 05:34 PM
Thanks a lot.
You saved me a ton of headache and wasted time testing over and over.
-Sam