Troubleshooting
Common Issues & Solutions
this script REQUIRES artifact version 4752 or newer
Version check
Something is wrong, but no error shows up
Navigate to the rcore_gunrange/config.lua
and turn on debug mode, then send us your log from client (F8) and server console
Config.Debug = true
Config.Inventory should be for example INVENTORIES.NONE, not "INVENTORIES.NONE". Remove the quotes
This error is self explanatory. The correct Config.Inventory
should look like this:
Config.Inventory = INVENTORIES.YOUR_INVENTORY
and not like this
Config.Inventory = "INVENTORIES.YOUR_INVENTORY"
Inventory {inventory name} not found
Looks like we don't support this inventory yet. Please create a ticket on our Discord server
Config.Framework should be a number
We recommend leaving the Config.Framework
as 0
as it should auto detect your framework. If you want to set your framework manually, you can choose between 1 (ESX), 2 (QBCore) or 3 (Custom framework)
Last updated
Was this helpful?