[REQ] Health bonus
I want system, which after each murder(default, hs, knife, he grenade) to give healt(HP)(cvars). Maximum HP to be 300(cvar). After each murder - different fade screen(cvars). Also fade screen time(cvar), and cvars for how smoothly to appears and disappears fade-it.
Code:
Default - 10 HP |
Re: [SUG] Vampire - adding functions
Bump.
|
Re: [SUG] Vampire by ConnorMcLeod - adding functions
Somebody help me, please, this plugin will be put on chain server's.
|
Re: [SUG] Vampire by ConnorMcLeod - adding functions
This plugin should support knife kill and he kill (not sure for he).
|
Re: [SUG] Vampire by ConnorMcLeod - adding functions
Spoiler
|
Re: [SUG] Vampire by ConnorMcLeod - adding functions
Xmm I dont now, but I want to be whit cvar's:
Code:
g_HpBonusKnife = register_cvar( "amx_vampire_hp_knife", "10" ) EDIT: ConnorMcLeod, I do not see where they cvars? |
Re: [SUG] Vampire by ConnorMcLeod - adding functions
No more cvars excepted amx_vampire_max_hp
Use command amx_set_vampire amx_set_vampire <weapon shortname or HS or Default> <HP> <FadeTime> <Red> <Green> <Blue> <Alpha> Put in amxx.cfg : amx_set_vampire Default 10 4 0 255 0 75 amx_set_vampire HS 35 4 0 255 0 75 amx_set_vampire knife 20 4 255 0 255 100 amx_set_vampire hegrenade 15 4 0 200 255 100 Weapons short names are exact "weapon_****" without "weapon_", don't forget that mp5 is in fact mp5navy. |
Re: [SUG] Vampire by ConnorMcLeod - adding functions
Quote:
Spoiler
|
Re: [SUG] Vampire by ConnorMcLeod - adding functions
As you have done it I can set different value to any weapon, right? And if you want you can add how smoothly to appears and disappears fade-it.
|
Re: [SUG] Vampire by ConnorMcLeod - adding functions
Quote:
|
| All times are GMT -4. The time now is 20:57. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.