🛠ī¸Installation

RxZ_Crates

Welcome to our RxZ_Crates installation page. Here you can find the dependencies you need, instructions on how to start RxZ_Crates, 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 discord.

Install dependencies

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

You can find out which frameworks we support here

Optional dependencies

You can use any minigame for hacking. You can change it in client/opensource

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.

DependenciesLinks

fmLib(for code lock)

Ensuring scripts

To make sure RxZ_Crates 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 fmLib if you want to use the codelock
ensure fmLib

-- start RxHunting
ensure RxZ_Crates or [rx]

FAQ

Last updated