> 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/english/explanation/locations.md).

# Locations

`Config.Lieux = {`\
Defines the list of music broadcast locations, with control by authorized job

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