Quote:
Originally Posted by ConnorMcLeod
You hadn't mentionned you want victim to see attacker's screen.
Try this (after most of death stuff has been proceeded):
PHP Code:
public plugin_init() { RegisterHam(Ham_Killed, "player", "Ham_CBasePlayer_Killed_Post", 1) } public Ham_CBasePlayer_Killed_Post(id, iKiller) { set_pev(id, pev_effects, pev(id, pev_effects) | EF_NODRAW) // engfunc(EngFunc_SetView, id, iKiller) // see next post }
|
There a bug, you can't see the attacker body only he is moving.
__________________