A script that allows you to see how much attack received and how much hp the attacker has left. If you hit a victim, the damage and how much hp the victim has left is displayed. Furthermore you see who kills who.
Either the information could be display in the chat window, or in a HUD.
Forum:
[url]http://forums.eventscripts.com/viewtopic.php?f=27&t=37342[/url]
Installation
Copy the textfile in
\addons\eventscripts\bs_damage
or unzip the zip file in your cstrike-folder.
Load the script with
es_load bs_damage
Unload the script with
es_unload bs_damage
Variables:
bs_damage_credits
allow damage received credits?
bs_damage_display_weapon
Display attacker's weapon (any information)
bs_damage_hit
Display information about your victim
To disable set to 0.
If set to 1 the information is shown in HUD
If set to 2 the information is shown in chat window
bs_damage_hurt
Display information about your attacker, if you get hurt
To disable set to 0.
If set to 1 the information is shown in HUD
If set to 2 the information is shown in chat window
bs_damage_killed
Display information about your attacker, if you get killed
To disable set to 0.
If set to 1 the information is shown in HUD
If set to 2 the information is shown in chat window
bs_damage_show_all_kills
Display every kill. Only in chat window.
Version Notes For 2.6
Updated on: 2010-04-17 13:01:05 EST by NehCoy (View Zip Contents)
Fix little bugs