First server- quick problem with scoring

Post here if you need help setting up your server, etc.
Post Reply
zodiac192
Posts: 2
Joined: Tue Mar 23, 2010 5:52 pm

First server- quick problem with scoring

Post by zodiac192 »

Hey guys, so I found the text file of a server I started for fun last May, and figured that now (spring break) would be a good time to finish it. Everything's working (on a LAN connection), with the exception of my scoring system, which is written as follows:

Code: Select all

SCORE_WIN 1
SCORE_SUICIDE -1
SCORE_KILL 1
SCORE_DIE 0
Ideally, I want it to be +1 when you kill, -1 for suicide, 0 for dying, and +1 for winning, but for some reason it scores +10 for winning. I tried adding the "SCORE_SURVIVE 1" tag, but terminal gave me:

Code: Select all

SCORE_SURVIVE 1
[0] Command SCORE_SURVIVE unknown.
Any ideas as to what I could be doing wrong? I checked the list of commands on the wiki and I don't seem to be missing anything, so any help would be greatly appreciated!
User avatar
dlh
Formerly That OS X Guy
Posts: 2035
Joined: Fri Jan 02, 2004 12:05 am
Contact:

Re: First server- quick problem with scoring

Post by dlh »

Your settings are probably correct for multiplayer games. Are you testing the settings in single-player mode? You probably need to change SP_SCORE_WIN.
zodiac192
Posts: 2
Joined: Tue Mar 23, 2010 5:52 pm

Re: First server- quick problem with scoring

Post by zodiac192 »

Ah, that would've been the problem!

thanks man!
Post Reply