You are not logged in.

Virus™

Beginner

  • "Virus™" started this thread

Posts: 8

Location: Austria

  • Send private message

1

Friday, July 2nd 2010, 10:38pm

GunGame (Kills/Death) problem

Hallo zusammen

Also ich hab auf meine server das problem, das gg ganz gut läuft, nur wenn ich auf "TAB" nach der anzeige von K/D sehen will, habe ich nur die Kills dastehn, bei den Deaths habe ich immer 0 stehn...
habe auch nichts in der error.log gefunden. vill weis ja einer wie man das beheben kann.

mfg Virus™

DeaD_EyE

Administrator

Posts: 3,980

Location: Hagen

Occupation: Mechatroniker (didaktische Systeme)

wcf.user.option.userOption53: Nein

  • Send private message

2

Sunday, July 4th 2010, 12:36pm

Re: GunGame (Kills/Death) problem

Willkommen im Forum.
Schau dir mal die Datei /orangebox/cstrike/cfg/gungame/gungame.config.txt an.

So wird es bei dir eingestellt sein:

Source code

1
2
3
4
5
6
7
8
        /* Show levels in scoreboard */
        "LevelsInScoreboard" "1"

        /**
         * When shows levels in scoreboard it will
         * clear deaths (requires "LevelsInScoreboard" "1")
         */
        "ScoreboardClearDeaths" "1"


So möchtest du es wahscheinlich haben:

Source code

1
2
3
4
5
6
7
8
        /* Show levels in scoreboard */
        "LevelsInScoreboard" "0"

        /**
         * When shows levels in scoreboard it will
         * clear deaths (requires "LevelsInScoreboard" "1")
         */
        "ScoreboardClearDeaths" "0"


"LevelsInScoreboard" "1" - zeigt das aktuelle Level der Spieler bei den Kills an.
"ScoreboardClearDeaths" "0" - setzt Deaths immer auf 0 (das Problem was du hast)

Virus™

Beginner

  • "Virus™" started this thread

Posts: 8

Location: Austria

  • Send private message

3

Sunday, July 4th 2010, 9:41pm

Re: GunGame (Kills/Death) problem

aaaachjaaa :oops:
wie konnte ich nur so eine kleinigkeit übersehn, und hab eben gerade den server komplett gelöscht und fange wieder von vorne an heul

aber vielen dank, diesmal werd ich darauf achten alco