Installation

Please follow the steps bellow very carefully to install the Windy City 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 "windy-t1" resource from the zip/rar file, into your resources directory (folder)

Step 3

Ensure the resource in your "server.cfg" like done below : ensure windy-t1

Step 4

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

		--- WINDY NEW
		['WEAPON_CALLOUS'] = {
			label = 'CALLOUS',
			weight = 4500,
			durability = 0.0,
			ammoname = 'ammo-9',
		},

		['WEAPON_CANIK'] = {
			label = 'CANIK',
			weight = 4500,
			durability = 0.0,
			ammoname = 'ammo-9',
		},

		['WEAPON_CPT'] = {
			label = 'CPT',
			weight = 4500,
			durability = 0.0,
			ammoname = 'ammo-9',
		},

		['WEAPON_DCOMB'] = {
			label = 'DCOMB',
			weight = 4500,
			durability = 0.0,
			ammoname = 'ammo-9',
		},

		['WEAPON_FFN'] = {
			label = 'FFN',
			weight = 4500,
			durability = 0.0,
			ammoname = 'ammo-9',
		},

		['WEAPON_G17G5'] = {
			label = 'G17G5',
			weight = 4500,
			durability = 0.0,
			ammoname = 'ammo-9',
		},

		['WEAPON_G19G'] = {
			label = 'G19G',
			weight = 4500,
			durability = 0.0,
			ammoname = 'ammo-9',
		},

		['WEAPON_G43G'] = {
			label = 'G43G',
			weight = 4500,
			durability = 0.0,
			ammoname = 'ammo-9',
		},

		['WEAPON_G45S'] = {
			label = 'G45S',
			weight = 4500,
			durability = 0.0,
			ammoname = 'ammo-9',
		},

		['WEAPON_G233'] = {
			label = 'G233',
			weight = 4500,
			durability = 0.0,
			ammoname = 'ammo-9',
		},

		['WEAPON_MGLOCK19'] = {
			label = 'MGLOCK19',
			weight = 4500,
			durability = 0.0,
			ammoname = 'ammo-9',
		},

		['WEAPON_OLIVE17'] = {
			label = 'OLIVE17',
			weight = 4500,
			durability = 0.0,
			ammoname = 'ammo-9',
		},

		['WEAPON_OLIVEG19'] = {
			label = 'OLIVEG19',
			weight = 4500,
			durability = 0.0,
			ammoname = 'ammo-9',
		},

		['WEAPON_P88P'] = {
			label = 'P88P',
			weight = 4500,
			durability = 0.0,
			ammoname = 'ammo-9',
		},

		['WEAPON_SIGCB'] = {
			label = 'SIGCB',
			weight = 4500,
			durability = 0.0,
			ammoname = 'ammo-9',
		},

		--------------------------

Step 5

7MB
Open

Download 'install\images' drag the images from this folder, into 'ox_inventory\web\images'

Step 6

Restart your server and enjoy!

Last updated