Nicksf13 / zombieplague

Garry's mod Gamemode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About zombie knife

YoMyBoy opened this issue · comments

Can you make a things that i can use different knife for a type of zombie ?

It's already on the gamemode

You need to override the zombie class WeaponGive function

function ZombieClass:WeaponGive(ply) ply:GiveZombieAllowedWeapon("someweaponId") end

Something like that

Closing the issue, you can reopen if you want