# No Spawn NPC

Dans cette config que vous pouvez dupliquer bien sûr vous allez mettre vos zones de despawn PNJ, Voitures ou les deux. Merci de mettre en false le debug hors prod.

```lua
    {
        coords = vec3(265.2001, -922.5745, 29.5738), -- Coordonnées en vec3
        radius = 50.0, -- Rayon pour les sphères
        size = vec3(30.0, 30.0, 10.0), -- Dimensions pour les boîtes
        polyzoneType = 'sphere', -- 'sphere', 'box'
        clearVehicles = true, -- true pour supprimer les véhicules
        clearPeds = true, -- true pour supprimer les piétons
        debug = false, -- true pour activer le mode debug dans cette zone
    }
```

Pour optimiser vous pourrez modifier votre taux de rafraichissement&#x20;

```lua
Config.CheckInterval = 1000 -- en millisecondes
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://micky-studio-developpement.gitbook.io/micky-studio-developpements-docs/scripts/no-spawn-npc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
