- Поддерживаемые игры
-
- CS: Source (OrangeBox)
- CS: Source (v34)
This plugin allows players to pickup the weapons on the ground by pressing the USE (E) key,. similar to CS:GO.
- The ClientMod Version of the plugin, is written by @Reg1oxeN. It will work on only CS:S v34 Servers with ClientMod API. Pickup weapon functionality is same as CS:GO. You must aim your crosshair at the weapon and then press E.
- The OrangeBox Version of the plugin will work on both CS:S v34 and CS:S v91+ Servers. Functionality is same as above, but this version has additional functionality (Radius Mode). In Radius Mode, you do not need to aim the crosshair at the weapon in order to pick it up, you need to stand within the required radius around the weapon and press E. But it is recommended to use the Aim Mode for best experience. Radius Mode can be buggy with multiple weapons in same radius. It is just added for certain game modes. You can also filter certain weapons which should not be picked up (Check sourcemod/configs/filtered_weapons.cfg).
If the server is running Weapon Restrict plugin, this plugin doesn't allow picking up the restricted weapons.
Both versions of the plugin cause server crash on Windows Server with Sourcemod v1.9 or later. On Sourcemod v1.8 or below it works fine. This problem is not observed on Linux Servers. At the moment, I do not know the cause of the crash. If any one can help identify then appreciated.
- Требования
-
- Sourcemod v1.10.6239 or Later
- For CS:S v34 - ClientMod API
- For CS:S OrangeBox - None
- Переменные
-
CS:S v34 + ClientMod Module CVARs (cfg/sourcemod/clientmod/CM_PickupWeapon.cfg)
CS:S OrangeBox + CS:S v34 CVARs (cfg/sourcemod/pickup_weapon.cfg)CSS:// EN: // Enable/Disable plugin. (0 - Disabled, 1 - Enabled) // - // RU: // Включить/отключить плагин. (0 - Отключено, 1 - Включено) // - // Default: "1" // Minimum: "1.000000" // Maximum: "2.000000" se_use_weapon_pickup "1" // EN: // Minimum distance required between player and the weapon in order to pickup the weapon. // - // RU: // Минимальное расстояние необходимое между игроком и оружием чтобы поднять оружие. // - // Default: "128" // Minimum: "0.000000" // Maximum: "1000.000000" se_weapon_pickup_distance "128.0"
CSS:// EN: // Pickup Weapon Equip Mode. // 1 - Aim Mode (Players must aim their crosshair on the weapon in order to pick it up.) // 2 - Radius Mode (Player must stand within the required radius around weapon in order to pick it up.) // - // RU: // Подобрать режим экипировки оружия. // 1 - Режим прицеливания (Игроки должны навести прицел на оружие чтобы поднять его.) // 2 - Режим радиуса (Игрок должен стоять в необходимом радиусе вокруг оружия чтобы поднять его.) // - // Default: "1" // Minimum: "1.000000" // Maximum: "2.000000" sm_pw_equipmode "1" // EN: // Enable/Disable weapon filter. (0 - Disabled, 1 - Enabled) // If enabled, players will not be able to pick up the filtered weapon listed in config file (configs/filtered_weapons.cfg). // - // RU: // Включить/отключить фильтр оружия. (0 - Отключено, 1 - Включено) // Если включено, игроки не смогут подобрать отфильтрованное оружие указанное в файле конфигурации (configs/filtered_weapons.cfg). // - // Default: "1" // Minimum: "0.000000" // Maximum: "1.000000" sm_pw_filter_weapon "1" // EN: // Minimum distance required between player and the weapon in order to pickup the weapon. (Only For Aim Mode, sm_pw_equipmode = 1) // - // RU: // Минимальное расстояние необходимое между игроком и оружием чтобы поднять оружие. (Только для режима прицеливания, sm_pw_equipmode = 1) // - // Default: "128" // Minimum: "0.000000" // Maximum: "1000.000000" sm_pw_pickup_distance "128" // EN: // Pickup Radius. (For Radius Mode, sm_pw_equipmode = 2) // - // RU: // Радиус подбора. (Только для режима радиуса, sm_pw_equipmode = 2) // - // Default: "128" // Minimum: "0.000000" // Maximum: "1000.000000" sm_pw_pickup_radius "128" // EN: // Enable/Disable beacon around dropped weapons. (Only for Radius Mode, sm_pw_equipmode = 2) (0 - Disabled, 1 - Enabled) // - // RU: // Включение/отключение маяка вокруг упавшего оружия. (Только для режима радиуса, sm_pw_equipmode = 2) (0 - Отключено, 1 - Включено) // - // Default: "0" // Minimum: "0.000000" // Maximum: "1.000000" sm_pw_weapon_beacon "0"
- Установка
-
For CS:S v34 :
- Download any file (CM_PickupWeapon_CSSv34_ClientMod.zip or PickupWeapon_CSS_OrangeBox+v34.zip). Both will work. But the first one is recommended if the server is using ClientMod API.
- Extract the files and put into server's cstrike folder, observing the folder structure.
- Restart the server or Change map.
- Download file PickupWeapon_CSS_OrangeBox+v34.zip.
- Extract the files and put into server's cstrike folder, observing the folder structure.
- Restart the server or Change map.