đŸ”Ŧ
RX Scripts
STOREDISCORD
  • 👋Overview
  • Find us
    • 🔗Store
    • 🔗Discord
    • 🔗Youtube
  • 🌐Scripts
    • Garages
      • đŸ› ī¸Installation
      • 📝Configurables
      • â†Ēī¸Exports
      • â†Šī¸Events
    • Reports PRO
      • đŸ› ī¸Installation
      • 📝Configurables
      • â†Ēī¸Exports
      • â†Šī¸Events
    • Mining
      • đŸ› ī¸Installation
      • 📝Configurables
      • â†Ēī¸Exports
      • â†Šī¸Events
    • Fishing
      • đŸ› ī¸Installation
      • 📝Configurables
      • â†Ēī¸Exports
      • â†Šī¸Events
    • Player Stores
      • đŸ› ī¸Installation
      • 🚚Jobs DLC
      • 📝Configurables
      • â†Ēī¸Exports
      • â†Šī¸Events
    • Drug Labs
      • đŸ› ī¸Installation
      • âœˆī¸Operation DLC
      • 📝Configurables
      • â†Ēī¸Exports
      • â†Šī¸Events
    • Hunting
      • đŸ› ī¸Installation
      • 📝Configurables
      • â†Ēī¸Exports
      • â†Šī¸Events
    • Plantation
      • đŸ› ī¸Installation
      • 📝Configurables
      • â†Ēī¸Exports
      • â†Šī¸Events
    • Gang Wars
      • đŸ› ī¸Installation
      • 📝Configurables
      • â†Šī¸Events
    • Housing
      • đŸ› ī¸Installation
      • 📝Configurables
      • â†Šī¸Events
    • Chopshop
      • đŸ› ī¸Installation
      • 📝Configurables
    • Death System
      • đŸ› ī¸Installation
      • 📝Configurables
      • â†Šī¸Events
    • Recyclers
      • đŸ› ī¸Installation
      • 📝Configurables
      • â†Ēī¸Exports
      • â†Šī¸Events
    • Smelters
      • đŸ› ī¸Installation
      • 📝Configurables
      • â†Ēī¸Exports
      • â†Šī¸Events
    • Crates & Storages
      • đŸ› ī¸Installation
      • 📝Configurables
      • â†Šī¸Exports
      • â†Šī¸Events
    • Black Markets
      • đŸ› ī¸Installation
      • 📝Configurables
    • Hazard Zones
      • đŸ› ī¸Installation
      • 📝Configurables
      • â†Ēī¸Exports
      • â†Šī¸Events
    • Report System
      • đŸ› ī¸Installation
      • 📝Configurables
      • â†Ēī¸Exports
      • â†Šī¸Events
    • Billing System
      • đŸ› ī¸Installation
      • â†Ēī¸Exports
      • â†Šī¸Events
Powered by GitBook
On this page
  • RxHunting
  • Default Items
  • Install dependencies
  • Ensuring scripts
  • FAQ
  • Debug zones
  • No images
  1. Scripts
  2. Hunting

Installation

PreviousHuntingNextConfigurables

Last updated 8 months ago

RxHunting

Welcome to our RxHunting installation page. Here you can find the dependencies you need, instructions on how to start RxHunting, and Frequently Asked Questions(FAQ). If you still can't install the script or encounter any errors, don't hesitate to create a ticket in our .

Make sure you also download the RxHuntingProps. You can find it on your keymaster.

Default Items

We have put some items in the configs to make it work by default, you can change these items, or create those in your server.

Make sure to atleast create these items OR replace them in your config with existing items in your server

Install dependencies

Make sure you have installed all the dependencies. Without these scripts the RxHunting script will not work properly.

You can find out which frameworks we support

Make sure you download fmLib .zip. If you are not sure which one you downloaded, you can look in the web folder if there is an build folder. If not, you downloaded the wrong version.

Dependencies
Links

ox_lib

ox_target or qb-target

fmLib

Ensuring scripts

To make sure RxHunting works properly we need to make sure all scripts start in the right order in your server.cfg. Below you can find an example of how it can look like:

You can also create a folder called [rx] in your resource folder. If you have multiple scripts from us, you don't need to add them all to your server.cfg one by one. :)

-- start your framework
ensure es_extended or qb-core

-- start ox_lib
ensure ox_lib

-- start ox_target or qb-target
ensure ox_target or qb-target

-- start your inventory
ensure your_inventory

-- start fmLib
ensure fmLib

-- start RxHuntingProps
ensure RxHuntingProps

-- start RxHunting
ensure RxHunting or [rx]

FAQ

Debug zones

Q: How can I disable the red border at the hunting locations? A: You can disable the red border by setting debug to false for each zone in zones.lua

debug = true, -- set to false to disable the red border

No images

Q: I don't see any images in the hunting shop.

A: Make sure the imgDirectory in your config.lua is set correctly, and make sure it ends with a /. Below you will find an example.

Config.ImgDirectory = 'ox_inventory/web/images/' -- The directory where the images are stored.

🌐
đŸ› ī¸
https://github.com/overextended/ox_lib/releases
https://github.com/overextended/ox_target
https://github.com/qbcore-framework/qb-target
https://github.com/meesvrh/fmLib/releases
discord
here
694KB
Default Items.zip
archive