diff --git a/src/zr/infect.inc b/src/zr/infect.inc index a8055ad..970a9c0 100644 --- a/src/zr/infect.inc +++ b/src/zr/infect.inc @@ -875,7 +875,7 @@ InfectZombieToHuman(client, bool:respawn = false, bool:protect = false) ZTele_OnClientInfected(client); // Remove all knifes. - WeaponsClearClientWeaponSlot(client, Slot_Melee); + WeaponsClearClientWeaponSlot(client, Slot_Melee, false); // Give human a new knife. (If you leave the old one there will be glitches with the knife positioning) GivePlayerItem(client, "weapon_knife");