I can't seem to find a function to hook deaths that actually works in half-life deathmatch. I've tried Ham_Killed but the forward function never gets executed on player death. Preferably I would use a function that returns hitbox upon death like client_death() but thats only available in game specific modules like tfcx and cstrike. I would like a kill streak plugin for half-life but it doesn't look like its even possible without using some dirty method since kills aren't even getting detected by amx mod x through non-game specific hooks.
EDIT: Nvm. For some reason the plugin started paused on 1st run.