TRClassic Official Gitbook
  • TRClassic Gitbook
    • Common Issues
  • TR-Lumberjack V2
    • Install (Frameworks)
    • Items
    • Config
  • TR-Hunting V2
    • Install
    • Items
    • Config
  • Christmas Props
  • Service Ramp (Prop)
Powered by GitBook
On this page
  • QBCore
  • Step One
  • Step Two
  • Step Three
  • OX Weapon.lua
  • QBCore Item.lua
  • QBCore weapon.lua
  • qb-weapons
  • If Using Renewed Weapon Carry
  • Visit Items page!
  • QBOX Install
  1. TR-Hunting V2

Install

How to install TR Hunting V2

PreviousTR-Hunting V2NextItems

Last updated 7 months ago

QBCore

Step One

  • Download the resource from keymaster

  • 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 setr qbx:enableBridge "true"

https://keymaster.fivem.net/
(Link)