General: Woops, forgot this one. xP
This commit is contained in:
parent
f5245b0920
commit
fa758698c6
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue
Block a user