View Single Post
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 11-19-2018 , 03:36   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.8, 23/01/2016)
Reply With Quote #2434

Your Warmup section in the config you provided does not list any weapon, if you load it as is, you'll be restricted to knives.
You may use dm_load_mod to add weapons on top on that config, eg:
Code:
dm_load Configs Warmup
dm_load_mod Configs "All Guns"
h3bus is offline