Quote:
Originally Posted by wrecked_
Code:
new name[20]
get_weaponname( cs_get_weapon_id( get_user_weapon( id ) ), name, 19 )
make_deathmsg( iAttacker, iVictim, 0, name )
|
Does it automatically truncate it? As deathmsg uses truncated weapon name.
Or isn't it required at all?
Also... don't you need the actual entity index for cs_get_weapon_id? It should be fine with just get_user_weapon(iAttacker), as far as I know.
__________________