Sveiki,
gal kas žinote kaip pakeisti HE granatos damage (žalą) ?
Weapon damage
Weapon damage
drabuziai moterims - rūbai moterims internetu
- aaarnas
- Vyr. diskusijų administratorius
- Posts: 3891
- Joined: 2010 Aug 31 13:21
- Skype: fiarno
- Contact:
Re: Weapon damage
Code: Select all
/* Plugin generated by AMXX-Studio */ #include <amxmodx>#include <hamsandwich> #define PLUGIN "New Plug-In"#define VERSION "1.0"#define AUTHOR "aaarnas" #define DMG_HEGRENADE (1<<24) public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) RegisterHam(Ham_TakeDamage, "player", "fw_TakeDamage")}public fw_TakeDamage(victim, inflictor, attacker, Float:damage, damage_type) { if (damage_type & DMG_HEGRENADE) { SetHamParamFloat(4, 100) return HAM_SUPERCEDE; }}
Palikau CS pasaulį ;/ . Nebepasiekiamas.
Who is online
Users browsing this forum: Amazon [Bot] and 2 guests