GAMEMODE lump help
Posted: Sat Aug 03, 2013 9:08 pm
I have my gamemode lump set up like this.
My problem is, why are player frags negative when I kill someone as shown here: 
And why does it give the teamkill message when I set COOPERATIVE off and turned DEATHMATCH and PLAYERSEARNFRAGS on?
And why don't the frags go away when the map changes?
Am I doing something wrong here?
And why does it show deaths?
example wad: http://www.speedyshare.com/6MmEn/WTF.wad - survival, addbots, teamdamage 1.0
Code: Select all
Survival {
removeflag COOPERATIVE
removeflag PLAYERSEARNKILLS
removeflag TEAMGAME
addflag DEATHMATCH
addflag PLAYERSEARNFRAGS
}
And why does it give the teamkill message when I set COOPERATIVE off and turned DEATHMATCH and PLAYERSEARNFRAGS on?
And why don't the frags go away when the map changes?
Am I doing something wrong here?
And why does it show deaths?
example wad: http://www.speedyshare.com/6MmEn/WTF.wad - survival, addbots, teamdamage 1.0