Installation

Please follow the steps bellow very carefully to install the YBN Weapon Pack V2! 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 "FreeGunsss" resource from the zip/rar file, into your resources directory (folder)

Step 3

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

Step 4

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

        ['WEAPON_CERAMICG2CG'] = {
            label = 'Ceramic G2CG',
            weight = 685,
            durability = 0.0,
            ammoname = 'ammo-9'
        },
        ['WEAPON_SNSHKC'] = {
            label = 'SNS HKC',
            weight = 685,
            durability = 0.0,
            ammoname = 'ammo-9'
        },
        ['WEAPON_PISTOL357'] = {
            label = 'Pistol 357',
            weight = 885,
            durability = 0.0,
            ammoname = 'ammo-9'
        },
        ['WEAPON_HEAVY23'] = {
            label = 'Heavy 23',
            weight = 785,
            durability = 0.0,
            ammoname = 'ammo-9'
        },
        ['WEAPON_COMBAT18C'] = {
            label = 'Combat 18',
            weight = 685,
            durability = 0.0,
            ammoname = 'ammo-9'
        },
        ['WEAPON_TAGCOMBAT19'] = {
            label = 'Tag Combat 19',
            weight = 685,
            durability = 0.0,
            ammoname = 'ammo-9'
        },
        ['WEAPON_CAMO20PISTOL'] = {
            label = 'Camo pistol 20',
            weight = 685,
            durability = 0.0,
            ammoname = 'ammo-9'
        },
        ['WEAPON_COMBAT9E'] = {
            label = 'COMBAT9E',
            weight = 785,
            durability = 0.0,
            ammoname = 'ammo-9'
        },
        ['WEAPON_MP9'] = {
            label = 'Ceramic MP9',
            weight = 585,
            durability = 0.0,
            ammoname = 'ammo-9'
        },
        ['WEAPON_CC'] = {
            label = 'Combat Cat',
            weight = 685,
            durability = 0.0,
            ammoname = 'ammo-9'
        },
        ['WEAPON_CB'] = {
            label = 'Combat Ghost',
            weight = 685,
            durability = 0.0,
            ammoname = 'ammo-9'
        },
        ['WEAPON_CCCOMBAT43'] = {
            label = 'Combat 43',
            weight = 785,
            durability = 0.0,
            ammoname = 'ammo-9'
        },
        ['WEAPON_SNSPISTOL45'] = {
            label = 'SNS Pistol 45',
            weight = 785,
            durability = 0.0,
            ammoname = 'ammo-9'
        },
        ['WEAPON_COMBAT20'] = {
            label = 'Combat 20G',
            weight = 685,
            durability = 0.0,
            ammoname = 'ammo-9'
        },
        ['WEAPON_PSAPISTOL'] = {
            label = 'PSA Pistol',
            weight = 585,
            durability = 0.0,
            ammoname = 'ammo-9'
        },
        ['WEAPON_COMBATP80'] = {
            label = 'Combat P80',
            weight = 585,
            durability = 0.0,
            ammoname = 'ammo-9'
        },
        ['WEAPON_COMBAT38'] = {
            label = 'Combat 38',
            weight = 885,
            durability = 0.0,
            ammoname = 'ammo-9'
        },
        ['WEAPON_WHITE509'] = {
            label = 'FIN 509W',
            weight = 685,
            durability = 0.0,
            ammoname = 'ammo-9'
        },

Step 5

291KB
Open

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

Step 6

Restart your server and enjoy!

Last updated