> For the complete documentation index, see [llms.txt](https://derass.gitbook.io/derass-script/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://derass.gitbook.io/derass-script/sell-drugs-to-npc/disable-sell-to-certain-ped.md).

# Disable sell to certain ped ?

If you want to disable sale to certain ped, like those you have spawned via another script, you will have to add the sale **StateBag** to it.

## Ligne to add

```lua
Entity(YOUR PED ENTITY).state:set("sellDrugs", true, true)
```
