A full info damagedisplay for CSS, which shows:
- damage done
- weapon used
- victim's name
- victim's team (teammate or enemy)
- body part shot (head, chest, stomach etc)
- the distance from which you shot your victim
- his current status (dead or how much HP left).
Totally editable. Delete what you don't like. The display method is hudhint, because of the ammount of info displayed
I'm using a compromise solution for the dead status, because the event i'm using is player_hurt, and this does not show the status when people are dead. The dead status shows in player_death event. So i'm using the HP <=1 solution for the dead status. It's working, I tell you. Of course, you can add this script's content in other addons, I don't mind. Free to use for everybody.
Installation
You can add 'es_load damagedisplay' in autoexec.cfg or in the block load of corelib, or write manually in dedicated's console, for a test, to see if you like it.
Version Notes For 1.1
Updated on: 2009-10-30 09:06:00 EST by adyshor37 (View Zip Contents)
Updated and some options added