/Awp-Manager

CS:GO/CS:S | VIP module for managing ammo AWP

Primary LanguageSourcePawnMIT LicenseMIT

AWP Manager

This is a module for VIP Core that allows you to change the number of ammo in the clip and reserve, both for VIP and for ordinary players.

Supporting Games

  • CS:GO, CS:S (Only replacement in the clip works)

Requirements

Installation

  1. Unzip the latest release to your sourcemod folder
  2. Write the keys for your VIP groups in groups.ini
"AwpManagerClip"    "7"     // how many ammo per AWP clip for VIP players
"AwpManagerReserve" "30"    // how many ammo per AWP reserve for VIP players
  1. Add translations to vip_modules.phrases.txt
"AwpManagerClip"
{
    "en"    "[AWP] Ammo in clip"
    "ru"    "[AWP] Патроны в обойме"
}
"AwpManagerReserve"
{
    "en"    "[AWP] Ammo in reserve"
    "ru"    "[AWP] Патроны в запасе"
}
  1. Customize awp_manager.ini for yourself
"AwpManager"
{
    "enable_awp_manager_forall" "0"     // enable ammo replacement for ordinary players, 1 - Yes, 0 - No
    "awp_clip_ammo_forall"      "5"     // how many ammo per AWP clip for ordinary players, 5 default
    "awp_reserve_ammo_forall"   "30"    // how many ammo per AWP reserve for ordinary players, 30 default
}
  1. Done, restart your server OR load manualy sm plugins load vip_awp_manager and update VIP cfg settings sm_reload_vip_cfg