Installation

Please follow the steps bellow very carefully to install the YBN Weapon Pack V3! Any issues with installation, please feel free to open a ticket in our support discord!

Step 1

Download the script from Keymaster/CFX.RE Portal, which can be found below : - https://keymaster.fivem.net/ - https://portal.cfx.re/

Step 2

Drag & drop the "LSGunsss3" resource from the zip/rar file, into your resources directory (folder)

Step 3

Ensure the resource in your "server.cfg" like done below : ensure LSGunsss3

Step 4

Add this code snippet to your 'ox_inventory\data\weapons.lua' file!

		['WEAPON_CP80'] = {
			label = 'Ceramic P80',
			weight = 685,
			durability = 0.0,
			ammoname = 'ammo-9'
		},
		['WEAPON_9EP'] = {
			label = 'Combat 9E',
			weight = 685,
			durability = 0.0,
			ammoname = 'ammo-9'
		},
		['WEAPON_P9'] = {
			label = 'Combat P9',
			weight = 685,
			durability = 0.0,
			ammoname = 'ammo-9'
		},
		['WEAPON_HK45'] = {
			label = 'SNS Pistol HKC',
			weight = 685,
			durability = 0.0,
			ammoname = 'ammo-9'
		},
		['WEAPON_HPWS'] = {
			label = 'Heavy Pistol WS',
			weight = 885,
			durability = 0.0,
			ammoname = 'ammo-9'
		},
		['WEAPON_CG'] = {
			label = 'Combat Ghost',
			weight = 685,
			durability = 0.0,
			ammoname = 'ammo-9'
		},
		['WEAPON_G2C'] = {
			label = 'Ceramic G2C',
			weight = 685,
			durability = 0.0,
			ammoname = 'ammo-9'
		},
		['WEAPON_CC'] = {
			label = 'Combat Cat',
			weight = 685,
			durability = 0.0,
			ammoname = 'ammo-9'
		},
		['WEAPON_G19P80'] = {
			label = 'P80',
			weight = 685,
			durability = 0.0,
			ammoname = 'ammo-9'
		},
		['WEAPON_CBSR9'] = {
			label = 'Combat SR9',
			weight = 685,
			durability = 0.0,
			ammoname = 'ammo-9'
		},
		['WEAPON_AH57'] = {
			label = 'Heavy 57',
			weight = 885,
			durability = 0.0,
			ammoname = 'ammo-9'
		},
		['WEAPON_FUCKASSARP'] = {
			label = 'Carbine ARP',
			weight = 1000,
			durability = 0.0,
			ammoname = 'ammo-rifle'
		},
		['WEAPON_CB29'] = {
			label = 'Combat 29',
			weight = 885,
			durability = 0.0,
			ammoname = 'ammo-9'
		},
		['WEAPON_CG19G'] = {
			label = 'Combat 19G',
			weight = 685,
			durability = 0.0,
			ammoname = 'ammo-9'
		},
		['WEAPON_HMP&'] = {
			label = 'Heavy M&P',
			weight = 885,
			durability = 0.0,
			ammoname = 'ammo-9'
		},
		['WEAPON_CG17S'] = {
			label = 'Combat 17S',
			weight = 685,
			durability = 0.0,
			ammoname = 'ammo-9'
		},
		['WEAPON_FN57'] = {
			label = 'Combat 57',
			weight = 885,
			durability = 0.0,
			ammoname = 'ammo-9'
		},
		['WEAPON_CLCP'] = {
			label = 'Combat LCP',
			weight = 685,
			durability = 0.0,
			ammoname = 'ammo-9'
		},

Step 5

Included Above drag the images from this folder, into 'ox_inventory\web\images'

Step 6

Restart your server and enjoy!

Last updated