About This File
After downloading the sma, you can compile it using the web compiler
Description:
VIP plugin for the classic mode, this version is different from the plugin you know.
Info:
- After activating the plugin, a Vip folder with 2 files (vips-list.ini and vip-config.cfg) will appear in your configs
- Compared to the previous version, now there is no need for flags. To add a vip, go to configs/Vip/vips-list.ini and add the player's name or steamid
- The Cvars have been moved to configs/Vip/vip-config.cfg (where they are explained)
- In order to use amx_addvips and amx_vips you will need the "l" flag, i.e. the RCON one
- The weapon menu is currently composed of M4a1 and Ak47 (the Deagle from the previous version was moved to the round items)
- The weapon menu and the items you receive each round are disabled when an awp map is running on the server
- The design of /vips has been modified, now the Vips will appear in the Hud
- The menu weapons will appear from the 3rd round (since the map changed or the rounds were restarted)
- I gave up on motd, you can make a separate plugin
- You can modify it yourself and compile it as you please (but at least keep the author:) )
- Cvars are only modified from vip-config.cfg, you don't have to do with sma and amxx.cfg
Installation:
1.Put the VIP.sma file in addons/amxmodx/scripting
2.Put the VIP.amxx file in addons/amxmodx/plugins
4. Go to the addons/amxmodx/configs/plugins.ini file and add at the end: VIP.amxx
4. Other necessary steps....
Cvars (added to the amxmodx\configs\amxx.cfg file):
vip_bulletdamage "1" - Displays the dmg done to a player
vip_hud "1" - Shows online VIPs in the HUD by typing the command /vips in the chat
vip_hp_kill "10" - HP received on a kill
vip_hp_hs "25" - HP received on a hs
vip_hp_max "100" - Maximum hp value that the VIP can have
vip_money_damage "3" - Money received on a damage
vip_money_kill "500" - Money received on a kill
vip_money_hs "1000" - Money received on a hs
vip_gun_menu "1" - Displays the weapon menu
vip_jumps "1" - Allows multiple jumps at once
vip_maxjumps "1" - How many extra jumps can he do at once
vip_items_round "abcdefg" - Receive various items at the beginning of each round
a - He Grenade
b - Flashbang (x2)
c - Smoke Grenade
d - Deagle
e - Vest + Helm
f - Defuse Kit (CT Only)
g - NightVision
Administrative commands (typed in the console and you must be an administrator):
amx_addvips <Name or SteamID> - Add Vips to the list
amx_vips - Show all Vips in the list
Public commands (typed in the game by pressing the Y key):
/vips - show Vips on the server Required
modules (delete ; in front of the module below; you can find these in the amxmodx\configs\modules.ini file):
fun
fakemeta_util
hamsandwich
engine