> For the complete documentation index, see [llms.txt](https://gocomedyfunstoredocs.gitbook.io/gocomedyfun-store/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gocomedyfunstoredocs.gitbook.io/gocomedyfun-store/scripts-free/dj-fun/francais/explication/lieux.md).

# Lieux

`Config.Lieux = {` &#x20;

Définit la liste des lieux de diffusion musicale, avec contrôle par métier autorisé <br>

```lua
Config.Lieux = { 
    {
        Coordonnees = vec3(0000, 0000, 0000), 
        Service = vec3(0000, 0000, 0000), 
        Distance = EXEMPLE , 
        Metier = 'exemple', 
        Nom = 'EXEMPLE', 
        Rayon = EXEMPLE , 
        Rotation = EXEMPLE 
    }
```
