ItsMods

Full Version: Disable Drops
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Simple plugin that disables drops on a server. So when you throw a throwing knife you can't go and pick it up.
(05-06-2012, 23:00)pollarpart Wrote: [ -> ]Simple plugin that disables drops on a server. So when you throw a throwing knife you can't go and pick it up.
Throwing knife is not weapon drop. Do you want to disable weapon drop or do you want to disable pickup of knife?
Disable pickup of knife Big Grin
CSHARP Code
  1. SetDvar("player_throwBackInnerRadius", "0");
  2. SetDvar("player_throwBackOuterRadius", "0");

Disables pickup of knifes and grenade throwback.