Nicksf13 / zombieplague

Garry's mod Gamemode
MIT License
9 stars 9 forks source link

About zombie knife #295

Closed YoMyBoy closed 2 years ago

YoMyBoy commented 2 years ago

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

Nicksf13 commented 2 years ago

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

Nicksf13 commented 2 years ago

Closing the issue, you can reopen if you want