INSTALLATION


1º Go to (qb-core/shared/weapons.lua) and add the following weapon:

[`weapon_chainsaw`]              = { name = 'weapon_chainsaw', label = 'Chainsaw', weapontype = 'Heavy Weapons', ammotype = 'AMMO_MINIGUN', damagereason = 'Saw' },


2ª Go to (qb-core/shared/items.lua) and add the following items:

weapon_chainsaw              = { name = 'weapon_chainsaw', label = 'Chainsaw', weight = 1000, type = 'item', ammotype = 'AMMO_MINIGUN', image = 'weapon_chainsaw.png', unique = true, useable = true, description = '' },
weapon_chainsaw2             = { name = 'weapon_chainsaw2', label = 'Chainsaw 2', weight = 1000, type = 'item', ammotype = 'AMMO_MINIGUN', image = 'weapon_chainsaw.png', unique = true, useable = true, description = '' },
chainsawfuel                 = { name = 'chainsawfuel', label = 'Chainsaw Fuel 20L', weight = 100, type = 'item', image = 'chainsawfuel.png', unique = false, useable = true, shouldClose = true, description = '' },


3º Go to (qb-inventory/html/images) and paste there all the item images from (lambra-lumberjack/INSTALLATION/images)


4º Go to (qb-weapons/config.lua) and add to Config.DurabilityMultiplier:

weapon_chainsaw 				 = 0.15,


5º Upon the first start of the resource the resource will create a table to your Database named "lambra_levels", just double check in your Database, if it was indeed created.