# 32 Siren Start Guide

## ATTENTION SERVER OWNERS!

<mark style="color:blue;">All server members</mark> must have this plugin installed in order to see the additional 12 sirens and extra siren ID slots that this plugin brings.&#x20;

## Fivem User Install

* First, begin by[ <mark style="color:blue;">downloading the file.</mark> ](https://www.lcpdfr.com/downloads/gta5mods/scripts/28560-sirensetting-limit-adjuster/)
* Next, take the **ASI** file and place it into the following path, `C:\Users\[YOUR USER]\AppData\Local\FiveM\FiveM.app\plugins`
* That's it! However...
* <mark style="color:red;">ATTENTION!</mark> Make sure the server build does not exceed **2699**

## For Developers

In case you are a developer and want to utilize this in your builds here is a rundown of what it does.

* &#x20;Increases the game's siren limit from 20 to 32 adding 12 sirens.&#x20;
  * Simply name those sirens in zmod as normal 21-32 and add additional siren blocks in carcols.&#x20;
* Increases the siren ID limit from 255, allowing for 400 vehicles with unique lighting patterns.&#x20;

### Logging

* This ASI file creates a `SirenSettings.log` file upon its first use. Inside it will log the following.
  * Every loaded SirenSetting along with its name ID and internal index.&#x20;
  * Every loaded vehicle along with its name siren ID and the index it was matched to.
  * Finally, any conflicts; when two SirenSetting entries have the same ID.&#x20;

Information in this guide was gathered from[ here. ](https://www.lcpdfr.com/downloads/gta5mods/scripts/28560-sirensetting-limit-adjuster/)Credit goes to the original creator.&#x20;


---

# 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://docs.brendosproductions.com/general-support/32-siren-start-guide.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.
