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)