Rather than wait for CurWeapon to give weapon to Survivor, I will just give the Minigun to Survivor so it would be more consistent
This is ancient plugin, why are you still using it anyway
PHP Code:
public zp_user_humanized_post(id, survivor)
{
if(survivor)
{
give_weapon(id,0,1)
}
}