Configure

This page shows you how to add your own custom weapons to the damage config.


Step 1 - Open Config.lua

Config = {}

Config.Weapons = {


  [`WEAPON_UNARMED`] = { model = `WEAPON_UNARMED`, hash = nil, damage = 0.25 }, -- CHANGE PUNCH DAMAGE HERE

-- would be kyros spawn codes

  [`WEAPON_YOURGUNNAME`] = { model = `WEAPON_YOURGUNNAME`, hash = URHASH, damage = 0.25 },

  • [WEAPON_YOURGUNNAME] -- Put the Weapon Spawn code here.

  • model = `Spawn Code` -- Put the Weapon Spawn code here.

  • hash = hash-code -- Put the Weapons Hash code here.

  • damage = (0.00-100.00) -- Put any number here will change what the damage of the gun affects


Last updated