AMXX Weapon Menu that replaces its predecessors:
CSDM Style Gun Menu
CSDM Equip
Settings:
All settings are uploaded in the archive by files and described.
A configuration file is automatically created in:
(cstrike/addons/amxmodx/configs/plugins/Huehue_WeaponMenu/Huehue_Weapons_Configuration.cfg)
(cstrike/addons/amxmodx/configs/plugins/Huehue_WeaponMenu/Huehue_Weapons_List.ini)
but you can also directly use those from the archive.
Additional:
To add the weapons:
; "weapon short name" "weapon menu name" WeaponPrice "flag/free/price" "v_model" "p_model"
; free -> Free for everyone
; price -> The weapon will have a price, but if a VIP flag is set, there will be a discount again set by the flag
; flag ('d' example) -> Admin/VIP with flag 'd' receives weapon for free
; Direct flag setting, where a player/admin with the specified flag will receive the weapon for free regardless of its price!
; For example:
; "awp" "AWP Magnum" 4750 "d" -> Players with flag 'd' (BAN) will be able to get the AWP for free.
Players who do not have this flag will be forced to pay ( -% ) of the price if they have a VIP flag.
All other players without additional flags will pay $4750 to get the weapon.