View Single Post
SmokieCS
AlliedModders Donor
Join Date: Nov 2019
Location: Denmark
Old 03-21-2021 , 10:40   Re: [CS:GO] Knife not working in Deathmatch
Reply With Quote #2

My dm.cfg looks like this:

Code:
// CFG for switching gamemode to Deathmatch. Change rounds settings and others in gamemode_deathmatch.CFG

game_mode 2                                     // Changes the gamemode.
game_type 1                                     // Changes the game type.
exec gamemode_deathmatch                        // Executes the gamemode cfg.

// NadeTails
sm_tails_enabled 0								// Turns off the NadeTails plugin.

mp_restartgame 1

// Print to say that the config has been executed.
Say "Deathmatch is enabled!"

Say "-- HF & GL --"
SmokieCS is offline