# 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)
```
