sry but i wont give you an answer but i think you are trying to do stuf when someone got hit somewhare or something so i post this pice of code and i think you know what to do use dmg event instead.
dont think this works on back-.- like purple pixie sayd
PHP Code:
public Death( )
{
new iVictim = read_data( 2 )
new weapon, hitplace, attacker = get_user_attacker(iVictim,weapon,hitplace)
if(hitplace == HIT_CHEST)
{
}
if(hitplace == HIT_HEAD)
{
}
if(hitplace == HIT_RIGHTARM)
{
}
if(weapon == CSW_KNIFE)
{
}
}
__________________