Skip to content

How to create new weapons

Nicholas-Fuchs edited this page May 8, 2020 · 4 revisions
  1. Go to 'zombieplague/gamemode/weapons' folder
  2. Create a new .lua file (Example: mynewweapon.lua)
  3. Inside the .lua override the 'Weapon' variable with a new Weapon Object and change as your will

Example (mynewweapon.lua content): Weapon.PrettyName = "M416" Weapon.WeaponID = "m9k_m416" Weapon.DamageMultiplier = 0.7 Weapon.WeaponType = WEAPON_PRIMARY

Clone this wiki locally