FAQ

Frequently asked questions about the resource.

Getting 'Not Near Bench' Message

If you're getting the 'Not Near Bench' message when trying to use a crafting bench, it means you're not close enough to a crafting bench. You need to be within a certain distance of a crafting bench to craft items. This distance can be a bit buggy at times, and we're working on improving it. But until then follow these steps to prevent the message from appearing:

  1. Open src/resource/shared/const.lua
  2. Locate DisableProximityCheck and set it to true
  3. Save the file and restart the resource

Blueprint Items Are Not Showing

If you're not seeing all the blueprints, it's because our script doesn't recognize the blueprint items. Make sure you have followed the steps to enable blueprint items correctly. If you're still having issues, try the following:

  1. Open your inventory's item config.

  2. Create a new item with this format: <blueprint_name>_blueprint.

    For example, if you have a blueprint named Pistol, the item name should be pistol_blueprint. Make sure the item name matches the blueprint name exactly.

  3. Save the file and restart the resource.

On this page