Manual Weapon Pickup
When enabled, player must press their +use key (default: E) to pick up weapons/items from the floor.
NOTICE: I HAVE NOT TOUCHED GARRY’S MOD IN OVER 10 YEARS. I DO NOT UPDATE MY ADDONS ANY MORE.
Also adds a command "dropweapon" to drop your currently equipped weapon.
Has a few options (server console variables):
sv_manualweaponpickup (default: 1)
– Is manual weapon pickup enabled?
sv_manualweaponpickup_aim (default: 1)
– Player must aim at the weapon they want to pick up.
sv_manualweaponpickup_auto (default: 0)
– If enabled, player can hold their +use key and walk over weapons to pick them up rapidly/automatically. If disabled, player must press their +use key per each weapon they want to pick up.
sv_manualweaponpickup_autodraw (default: 1)
– Draw weapon automatically when given.
sv_manualweaponpickup_weaponlimit (default: 0)
– How many weapons a player can hold at once. (0 = No Limit)
sv_manualweaponpickup_weaponlimitswap (default: 1)
– Drop current weapon to pick up another if player is holding too many.
sv_manualitempickup (default: 1)
– Is manual item pickup enabled?
sv_manualitempickup_aim (default: 1)
– Must the player be aiming at the item?
sv_manualitempickup_auto (default: 0)
– Holding use key picks up items automatically.
sv_manualitempickup_allowdrop (default: 1)
– Allow the dropweapon command.
—–
”Does not work with _______ weapon pack, help!”
This is fault of the creator of that weapon pack for not following standard SWEP system. They are having their weapons spawn as SENTs rather than SWEPs. It is up to them to change to standard system. Sorry!