Hi All have gunmenu plugin need some changes in it [There are some cvars and function are in Dunno Vip Menu] need to add it into my plugin [Gunmenu] and i dont want to add admin_level in this because my plugin is for all users that can buy vip guns
PHP Code:
mpd = register_cvar("money_per_damage","3")
mkb = register_cvar("money_kill_bonus","200")
mhb = register_cvar("money_hs_bonus","500")
health_add = register_cvar("amx_vip_hp", "15")
health_hs_add = register_cvar("amx_vip_hp_hs", "30")
health_max = register_cvar("amx_vip_max_hp", "100")
register_event("Damage","Damage","b")
register_event("DeathMsg","death_msg","a")
My Code: GUNMenu