Raised This Month: $ Target: $400
 0% 

CSGO problem - Weapons don't drop from players on my server


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Bezdak
Junior Member
Join Date: Nov 2013
Old 11-20-2013 , 13:38   CSGO problem - Weapons don't drop from players on my server
Reply With Quote #1

As title says I have this problem on my server.
Ofcourse that i have these cvars.
mp_death_drop_gun 2
mp_weapons_allow_map_placed 1
But still no drops from players. Are here any other cvars that might help me?

On my server is running only sourcemod, nothing else that could delete guns.
I tried to post on steam forums, discussion and reddit too, but no one helped me .
I hope u guys help me, thanks.
Bezdak is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 11-20-2013 , 16:00   Re: CSGO problem - Weapons don't drop from players on my server
Reply With Quote #2

Sounds like a plugin, if you run gungame or deathmatch that would explain why. Otherwise your settings are current; unless, you are setting that in your server.cfg, which would mean your gamemode_gamemodehere.cfg is overwriting it.
Maxximou5 is offline
Bezdak
Junior Member
Join Date: Nov 2013
Old 11-20-2013 , 16:29   Re: CSGO problem - Weapons don't drop from players on my server
Reply With Quote #3

This two cvars are in gamemode_competitive.cfg.
I had on server cssdm but I moved it too addons/sourcemode/plugins/disabled so problem shouldn't be in it.
Bezdak is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 11-20-2013 , 16:36   Re: CSGO problem - Weapons don't drop from players on my server
Reply With Quote #4

Hmmm, well could you provide:
Code:
version
plugin_print
meta version
meta list
sm version
sm exts list
sm plugins list
also the rcon output of:
mp_death_drop_gun
mp_weapons_allow_map_placed

While the server is running.
Maxximou5 is offline
Bezdak
Junior Member
Join Date: Nov 2013
Old 11-20-2013 , 17:05   Re: CSGO problem - Weapons don't drop from players on my server
Reply With Quote #5

Code:
version
Protocol version 13120
Exe version 1.31.2.0 (csgo)
Exe build: 21:55:54 Nov 13 2013 (5485) (730)
plugin_print
Loaded plugins:
---------------------
0:      "Metamod:Source 1.10.0"
---------------------
meta version
Metamod:Source version 1.10.0
Build ID: 860:a58a1912f602
Loaded As: Valve Server Plugin
Compiled on: Aug 25 2013
Plugin interface version: 15:14
SourceHook version: 5:5
http://www.metamodsource.net/
meta list
Listing 3 plugins:
  [01] SourceMod (1.5.1) by AlliedModders LLC
  [02] CS Tools (1.5.1) by AlliedModders LLC
  [03] SDK Tools (1.5.1) by AlliedModders LLC
sm version
 SourceMod Version Information:
    SourceMod Version: 1.5.1
    SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.5.1)
    SourcePawn API: v1 = 4, v2 = 4
    Compiled on: Sep 10 2013 12:07:04
    Build ID: 3923:5574bfe07731
    http://www.sourcemod.net/
sm exts list
[SM] Displaying 8 extensions:
[01] Automatic Updater (1.5.1): Updates SourceMod gamedata files
[02] Webternet (1.5.1): Extension for interacting with URLs
[03] CS Tools (1.5.1): CS extended functionality
[04] BinTools (1.5.1): Low-level C/C++ Calling API
[05] SDK Tools (1.5.1): Source SDK Tools
[06] Top Menus (1.5.1): Creates sorted nested menus
[07] Client Preferences (1.5.1): Saves client preference settings
[08] SQLite (1.5.1): SQLite Driver
sm plugins list
[SM] Listing 20 plugins:
  01 "Anti-Flood" (1.5.1) by AlliedModders LLC
  02 "Sound Commands" (1.5.1) by AlliedModders LLC
  03 "Player Commands" (1.5.1) by AlliedModders LLC
  04 "Fun Commands" (1.5.1) by AlliedModders LLC
  05 "Rock The Vote" (1.5.1) by AlliedModders LLC
  06 "Nextmap" (1.5.1) by AlliedModders LLC
  07 "Basic Commands" (1.5.1) by AlliedModders LLC
  08 "Basic Votes" (1.5.1) by AlliedModders LLC
  09 "Basic Info Triggers" (1.5.1) by AlliedModders LLC
  10 "Map Nominations" (1.5.1) by AlliedModders LLC
  11 "Client Preferences" (1.5.1) by AlliedModders LLC
  12 "Admin Help" (1.5.1) by AlliedModders LLC
  13 "Reserved Slots" (1.5.1) by AlliedModders LLC
  14 "Fun Votes" (1.5.1) by AlliedModders LLC
  15 "Basic Ban Commands" (1.5.1) by AlliedModders LLC
  16 "Admin Menu" (1.5.1) by AlliedModders LLC
  17 "MapChooser" (1.5.1) by AlliedModders LLC
  18 "Basic Comm Control" (1.5.1) by AlliedModders LLC
  19 "Admin File Reader" (1.5.1) by AlliedModders LLC
  20 "Basic Chat" (1.5.1) by AlliedModders LLC
mp_death_drop_gun
"mp_death_drop_gun" = "2" ( def. "1" ) min. 0.000000 max. 2.000000 game replicated - Which gun to drop on player death: 0=none, 1=best, 2=current or best
mp_weapons_allow_map_placed
"mp_weapons_allow_map_placed" = "1" ( def. "0" ) game replicated                 - If this convar is set, when a match starts, the game will not delete weapons pla
Bezdak is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 11-20-2013 , 17:29   Re: CSGO problem - Weapons don't drop from players on my server
Reply With Quote #6

Just to clarify, you are saying that if you buy a gun or are given a gun, by pressing g (the default drop command), you can not drop the weapon onto the ground? As well, if a player dies, it doesn't drop as well?
Maxximou5 is offline
Bezdak
Junior Member
Join Date: Nov 2013
Old 11-20-2013 , 17:32   Re: CSGO problem - Weapons don't drop from players on my server
Reply With Quote #7

If I press g to drop gun it will drop on ground and I can pick it up again. But when I kill somebody gun will not drop.

Last edited by Bezdak; 11-20-2013 at 17:32.
Bezdak is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 11-20-2013 , 18:16   Re: CSGO problem - Weapons don't drop from players on my server
Reply With Quote #8

what game mode and game type... have you tried the default ?
mp_death_drop_gun 1

works fine with mm and sm disabled!?

nice cross post
http://forums.steampowered.com/forum....php?t=3201166

Last edited by hamilton5; 11-20-2013 at 18:18.
hamilton5 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode