R&R Development

Installation

Thank you for choosing R&R HUD! Here you will find the installation instructions for our HUD.

  1. Download the package from citizen-fx.
  2. Extract the files from the downloaded package.
  3. Copy the extracted files to your resources folder in your server directory.
  4. Open your server.cfg file and add the following line:
 ensure rr-hud

make sure ox_lib is installed and started before rr-hud.

 ensure ox_lib
 ensure rr-hud

Now, your HUD is ready!

Building the HUD's nui

  1. Navigate to the rr-hud/src folder in your server directory.
  2. Open a terminal or command prompt in that folder.
  3. Run the following command to install the required dependencies:
pnpm install