Skip to main content

Installation

Follow the steps below to install Axel Weapon Draw on your FiveM server.

Requirements

  • ox_lib
  • Frameworks: ESX, QB-Core, Qbox
  • Inventories: ox_inventory, qb-inventory, Jaksam Inventory, qs-inventory
Disable the default weapon draw animations from your inventory before starting Axel Weapon Draw.Running two weapon animation systems at the same time may cause duplicate or broken animations.

Install the Resource

Place the downloaded resource inside your server’s resources folder. Add the following to your server.cfg:
Make sure ox_lib starts before axel_weapondraw.

ox_inventory Setup

Open your server.cfg and add:
Add this line before starting ox_inventory. Example:
This disables the default weapon draw animations from ox_inventory.

qb-inventory Setup

QB servers normally use the weapon animations from qb-weapons. Follow these steps to disable them.

Step 1

Open:
Delete or comment out all the code inside the file:

Step 2

Open:
Find:
Delete or comment out the weapdraw.lua line:
Restart qb-weapons and axel_weapondraw after making the changes.

Jaksam Inventory Setup

The exact file location may be different depending on your Jaksam Inventory version.
Search inside the Jaksam Inventory files for:
Change it to:
This disables the default weapon draw animations from Jaksam Inventory.

qs-inventory Setup

No additional changes should be required. Make sure the inventory option is set to auto or qs-inventory inside config.lua:
or:

Open the Menu

The default command is:
The default keybind is:
You can change both options inside config.lua.

Configuration

Use the section below to view the full configuration file.

Final Check

After completing the installation:
  1. Restart your server.
  2. Join the server.
  3. Use /weaponstyle or press F6.
  4. Select an animation style.
  5. Equip and holster a weapon.
If two animations play at the same time, the default animations from your inventory have not been disabled correctly.