If you want to give the weapons right when the player died you can simply hook Ham_Killed as pre, get all player weapons with get_user_weapons and use give_item on another player.
If you want to give the weapons after they were dropped you need to do what I said in my previous post.