Logo

DIVERSITY

Documentation

Common Issues

Here you will most likely find a solution to any issues that you might run into during the installation process.

I want to use items but they are not working.

This issue commonly arises when a weapon managing system is active, especially if the Config.ENABLE_RIGHT_CLICK_AIMING option is enabled in your configuration.

There are two primary reasons for this conflict:

  1. If you are using ox_inventory, the system is managing your custom items as weapons. To resolve this, you need to configure your ox_inventory settings to include these items in the list of ignored weapons.

    Insert this into your server.cfg file:
setr inventory:ignoreweapons ["WEAPON_BALL"]
  1. A different weapon managing system on your server could be interfering. These scripts can intercept the action of aiming (right-click) or block weapon giving, which prevents the item from being used correctly.

    To fix this, you should either disable the Config.ENABLE_RIGHT_CLICK_AIMING option in your configuration, or adjust the settings of your weapon managing script to ensure it ignores the items you want to use.

Followed the steps but still facing issues?

If you have an issue, open a support ticket in our Discord server.

Was this page helpful?