View Single Post
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 09-16-2014 , 12:26   Re: [CS:GO] Deathmatch (v2.0.2a, 2014-09-05)
Reply With Quote #23

Quote:
Originally Posted by Unity View Post
Since the last update (DM 2.0.3a / or CSGO) I cannot drop my weapons and every new respawn gives me standard an AK and a Deagle for both CT and T.
That shouldn't be possible as my plugin sets:
Code:
mp_ct_default_primary ""
mp_t_default_primary ""
mp_ct_default_secondary ""
mp_t_default_secondary ""
Which would mean your server is somehow overwriting this process, if this is the case, set your server with these same variables in the gamemodes_'gamemode'_server.cfg.

If you can't drop any weapons, set these in the same .cfg.
Code:
mp_death_drop_c4 "1" // Whether c4 is droppable
mp_death_drop_defuser "1" // Drop defuser on player death
mp_death_drop_grenade "2" // 2=current or best
mp_death_drop_gun "1" // 2=current or best
Note: This plugin does not function properly with the Valve's Deathmatch gametype/gamemode!

Last edited by Maxximou5; 09-16-2014 at 12:28.
Maxximou5 is offline