Install

How to install TR Hunting V2

QBCore

Step One

  • Download the resource from keymaster https://keymaster.fivem.net/

  • Then once you have done that download all the depended resources required to run the resource!

Step Two

  • Add the resource to your resource folder.

Step Three

  • Add the images from the img folder to ox inventory by going to \ox_inventory\web\images

  • Then add the weapon to the following areas

OX Weapon.lua

		['WEAPON_HUNTINGRIFLE'] 		 = { label = 'Hunting Rifle',    weight = 1000,	durability = 0.0,	ammoname = 'ammo-sniper',},

QBCore Item.lua

	weapon_huntingrifle 		 = {name = 'weapon_huntingrifle', 	 	  	label = 'Hunting Rifle', 			weight = 23000, 	type = 'weapon', 	ammotype = 'AMMO_SNIPER',			image = 'weapon_huntingrifle.png', 					unique = true, 		useable = false,created = nil,	description = 'A very accurate Rifle for hunting'},

QBCore weapon.lua

	[`weapon_huntingrifle`] 		 = {name = 'weapon_huntingrifle', 	 	label = 'Hunting Rifle', 				ammotype = 'AMMO_SNIPER',	damagereason = 'Ended / Sniped / Shot down / Floored'},

qb-weapons

 weapon_huntingrifle 	     = 0.20,

If Using Renewed Weapon Carry

    weapon_huntingrifle  = {
        slot = 1,
    },

Visit Items page!

Once you have done all these steps you can go ahead and visit the config and or start the resource by adding it to your server cfg - Any new dispatch system will need to be suggested in the discord so it can be added to the resource its self!

QBOX Install

Follow the same steps as above! then add this convar into your server.cfg (Here is information about it) Provides compatibility with the bridge system they have created. More information can be found here on their Docs (Link) setr qbx:enableBridge "true"

Last updated