# FAQ

This page has FAQs related **ONLY to this script**, be sure to also check [common-faq](https://documentation.jaksam-scripts.com/jaksams-scripts/common-faq "mention") for other issues

<details>

<summary>Drugs effects not working</summary>

If the effects are not working, it means that `ESX.RegisterUsableItem` function of your `es_extended` doesn't work properly

You can still manually register/trigger effects by using the [following event](https://documentation.jaksam-scripts.com/drugs-creator/client/manually-start-drugs-effects)

On both **ESX** and **QBCore**, an anticheat may interfere with drugs effects

*Note: this is not something which depends on the script and we can't solve it for you*

</details>

<details>

<summary>Bad performance</summary>

If you are having issues with server side performance with Drugs Creator, most likely is because of NPC selling, which requires to refresh all players inventories to be able to prompt `Press E to sell drugs` dialog

If you want to improve performance, enable the command in the in-game script settings, so it will use the closest NPC or spawn one (depending on your configuration)

</details>
