GunGame w/deathmatch issue.

Post Reply
Fonzy
A semi-regular
A semi-regular
Posts: 15
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Jan 28, 2015 6:27 am

GunGame w/deathmatch issue.

Post by Fonzy »

Hi, I'm using SM_ggdm for my DM,https://forums.alliedmods.net/showthrea ... 2?t=103242.

The issue im having, is that it leaves the weapons on the ground after a player is killed. On the commands and CVARS it lists:

sm_ggdm_remweap_round - Remove weapons on round start (default "1")
sm_ggdm_remweap_kill - Remove weapons on player kill (default "0")

I cant seem to find the config file for it, and entering those commands in the server console and rcon returns unknown command. Do i have to put them in the Server.cfg or something?


Another small issue I'm having as well, it caps the kills on the scoreboard to 25, and doesnt reset them on reconnect or map change. Is there something i can edit to fix that?
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: GunGame w/deathmatch issue.

Post by soja »

Are you using 1.8.0? I see in the changelog for that plugin sm_ggdm_remweap_kill was added in 1.8.0.
Not a NFO employee
Fonzy
A semi-regular
A semi-regular
Posts: 15
Joined: Wed Jan 28, 2015 6:27 am

Re: GunGame w/deathmatch issue.

Post by Fonzy »

Yup, 1.8
Fonzy
A semi-regular
A semi-regular
Posts: 15
Joined: Wed Jan 28, 2015 6:27 am

Re: GunGame w/deathmatch issue.

Post by Fonzy »

Got the weapons to get removed on kill!

Do you have any ideas about the scoring soja? It seems like its tying the score to your level, deaths seem to be accurate.
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: GunGame w/deathmatch issue.

Post by soja »

Yes showing your level on the scoreboard is a common gungame feature.

You should be able to change it by editing this to 0 in /cstrike/cfg/gungame/css/gungame.config.txt

Code: Select all

        /* Show levels in scoreboard */
        "LevelsInScoreboard" "1"
Not a NFO employee
Post Reply