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 },
Last updated
