Common FAQ
This page contains common FAQ shared for all scripts, if your issue is not in this page, be sure to check the FAQ of the script you are having issues with
Crash
Crashes can be caused by 2 things:
You have to whitelist these objects models in your anticheat:
L1_1
•GetHashKey('L1_1')
•2116969379
If you still experience crashes after whitelisting those objects models in your anticheat, you can refer to this page
If you don't know how to whitelist objects models in your anticheat, ask to your anticheat creator
Attempted to index a nil value (field 'ESX')
If you have this error, it means the script couldn't retrieve the shared object of ESX.
This error might be caused by other errors you have in your server/F8 console, which happens before it does.
If you don't have any other error before that one, you can refer to this page
How to fix "missing menu_default" error
To fix the error, simply read the installation tutorial of the script
Objects/Props not spawning
If the props don't spawn, it's very probably an issue with your anticheat
Be sure to whitelist all the props in your anticheat, if you don't know how, ask to your anticheat creator
Can't receive ANY item
If you have already tried with different items and you can't receive any of them, check this page
Can't receive WEAPONS ONLY
If only weapons cause issues but items work fine, these are the possible reasons:
On ESX, it's most likely because your server doesn't support the standard ESX method
xPlayer.addWeapon
On QBCore, it may be that your inventory is changing the default behaviour of qb-inventory
This is not an issue which depends on the script, but on your framework/inventory and cannot be solved by us, the standard methods must work
How to replace default notifications
To replace the notifications of any script, you can refer to the documentation of the script, it has events that allows you to disable the default one and call an external one
Note: external scripts integration is completely down to you
How to replace the default progress bar
To replace the progress bar of any script, you can refer to the documentation of the script, it has events that allows you to disable the default one and call an external one
Note: external scripts integration is completely down to you
Last updated