Real armor
Posted: Tue Nov 23, 2021 9:39 am
Description:
This is more an engine bug fix plugin - makes armor act more real.
Cvars:
* "ra_kevlar_flags" "cd" // armor flags for normal armor
* "ra_vesthelm_flags" "bcd" // armor flags for armor with vest helmet
-
Cvar flags:
a - unknown (e.x. grenade)
b - head
c - chest
d - stomach
e - leftarm
f - rightarm
g - leftleg
h - rightleg
Requires:
CStrike
CSX
Fun
Additional info:
Tested with amxmodx 1.8.1. But shold work with some older amxx versions. Why I made this plugin? - Yes there are pritty much of real armor plugins, but there were no working ones for Counter-Strike untill this one!!! (When my scripting level wasn't like now - I searched all forums for this type of plugin, but none were working.) I didn't use pre-damage, cuz it wold be crazy if you had to hit a player with awp twice, so I made armor-format check after damage.
Change-Log:
* 1.1
- Fixed: When armor is set to 0 you cannot pick it up again.
- Changed: Code style.
* 1.0
- First release.
get plugin
This is more an engine bug fix plugin - makes armor act more real.
Cvars:
* "ra_kevlar_flags" "cd" // armor flags for normal armor
* "ra_vesthelm_flags" "bcd" // armor flags for armor with vest helmet
-
Cvar flags:
a - unknown (e.x. grenade)
b - head
c - chest
d - stomach
e - leftarm
f - rightarm
g - leftleg
h - rightleg
Requires:
CStrike
CSX
Fun
Additional info:
Tested with amxmodx 1.8.1. But shold work with some older amxx versions. Why I made this plugin? - Yes there are pritty much of real armor plugins, but there were no working ones for Counter-Strike untill this one!!! (When my scripting level wasn't like now - I searched all forums for this type of plugin, but none were working.) I didn't use pre-damage, cuz it wold be crazy if you had to hit a player with awp twice, so I made armor-format check after damage.
Change-Log:
* 1.1
- Fixed: When armor is set to 0 you cannot pick it up again.
- Changed: Code style.
* 1.0
- First release.
get plugin