Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

License

NotificationsYou must be signed in to change notification settings

Delfram99/Awp-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a module forVIP 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 latestrelease to your sourcemod folder
  2. Write the keys for your VIP groups ingroups.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 tovip_modules.phrases.txt
"AwpManagerClip"{    "en"    "[AWP] Ammo in clip"    "ru"    "[AWP] Патроны в обойме"}"AwpManagerReserve"{    "en"    "[AWP] Ammo in reserve"    "ru"    "[AWP] Патроны в запасе"}
  1. Customizeawp_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 manualysm plugins load vip_awp_manager and update VIP cfg settingssm_reload_vip_cfg

[8]ページ先頭

©2009-2025 Movatter.jp