- Notifications
You must be signed in to change notification settings - Fork1
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
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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.
- CS:GO, CS:S
(Only replacement in the clip works)
- Sourcemod 1.10+ and Metamod
- Dhooks2
- [VIP] Core 3.0+
- Unzip the latestrelease to your sourcemod folder
- 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
- Add translations to
vip_modules.phrases.txt
"AwpManagerClip"{ "en" "[AWP] Ammo in clip" "ru" "[AWP] Патроны в обойме"}"AwpManagerReserve"{ "en" "[AWP] Ammo in reserve" "ru" "[AWP] Патроны в запасе"}
- 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}
- Done, restart your server OR load manualy
sm plugins load vip_awp_manager
and update VIP cfg settingssm_reload_vip_cfg
About
CS:GO/CS:S | VIP module for managing ammo AWP
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published