Henchmen for FiveM

Henchmen for FiveM

A guide to install Henchmen for FiveM


Table of contents
  1. Installation Tutorial
  2. Purchasing the resource
  3. Read before installing
    1. Installing Henchmen for FiveM
    2. Configuring the config.lua file
    3. Editing c_functions.lua / s_functions.lua
  4. Help us or let us help you
    1. Feedback
    2. Support

Installation Tutorial

Youtube! Watch this installation tutorial video:

Coming soon!

Purchasing the resource

Find this product at: https://store.nights-software.com/package/6153056

Read before installing

Note: Always make sure when you transfer files to your server you follow this order: (Otherwise you will experience parsing errors in F8 console.)

ZIP Package -> Unpack in a folder on your local machine -> drag from local machine into the server resources folder -> server.cfg (ensure script) and then boot up the server.

IMPORTANT: Follow this guide step by step. If you’re stuck at a step, please ask for support in our Discord and provide the step name, do not skip steps. Click the button to join discord at the bottom of this page.


Installing Henchmen for FiveM

  1. Place ‘night_henchmen’ into your resources folder.

  2. Ensure / start ‘night_henchmen’ in your server.cfg.

Example:

ensure night_henchmen

Configuring the config.lua file

Note: Always check your FiveM server console and F8 client console for errors, you need these errors to locate your issue if you have one.

  1. We recommend downloading Visual Studio Code (VS Code) to read (lua) files: Download VS Code.

  2. Open /config/config.lua in VS Code.

  3. Once you’ve downloaded Visual Studio Code, open the file (or folder) with it to read it’s contents, like: config/config.lua, client/c_functions.lua, server/s_functions.lua.

  4. When configuring the resource you will see that each line has and explanation written at the end of it. During the process of configuring and testing what you’ve configured you’ll figure out what things are for. Every variable is named so that you can relate to what you are editing.

  5. Keep eye out for notes! On some parts we provide warnings on what you should not edit, add or remove. Relax mode on and read it all to understand it.

  6. It’s smart to follow an order when setting up this resources’ config file, we recommend going from top-to-bottom:

Hint: You will take some time to configure this the way you like, so plan that time and take your time to read! Frequently test your edits to see whether you’re making mistakes and where to find them. Trying stuff early is good for confirming that your resource works, but not for trying out it’s functionalities.

Editing c_functions.lua / s_functions.lua

Are you not familiar with code? Then skip this section or take on the challenge!

We have provided 2 open script files containing functions you can edit to your desire. A client side functions script c_functions.lua and a server side functions script s_functions.lua. You can also write events or new functions in them if you need to for your custom add-ons or edits.

Feel free to take a look. We have provided these functions open source and you are expected to edit them yourself if you like. Nights software does not provide specific support for custom framework integrations. But you can ofcourse ask us any question and we will try to see if our knowledge can help you.

Help us or let us help you

Get in touch for feedback or support, join our Discord and make use of our ticket system!

Feedback

Are you missing things in this documentation or do you wish to leave us a product review. Feel free to visit our Discord! Click the Discord button at the bottom of this page to visit our ticket & review channels.

Support

Read through the instructions again if you have not managed to install the resource. Can’t get it to work still? Create a ticket through our dedicated support system in Discord.

Nights Software Discord


Back to top

Copyright © 2024 Nights Software

Page last modified: Feb 28 2024 at 07:30 PM.