CustodyAlarm is a FiveM resource allowing you to activate custody alarms at custody stations. The locations can be fully customised in the config.ini file, allowing for easy setup of multiple stations.
The plugin includes an external, realistic British police custody alarm, sourced from a real life station.
This plugin is made by LondonStudios, we have created a variety of releases including TaserFramework, SearchHandler, ActivateAlarm, SmartTester, SmartSounds and more!
Join our discord here.
Usage
/ca - Activates the custody alarm (if you are near a station).
/stopca - Stops a custody alarm in the area, or one you started.
All sounds heard by nearby players reduce in volume the further away they are, the initial sound volume and the radius can all be configured in the "config.ini" file.
The command names can also be configured in this file.
You are not able to activate a custody alarm if it is already enabled, you may also not activate it if you are too far away from any of the stations created in config.ini.
Installation
Download the resource from GitHub here.
Create a new resource folder on your server.
Add the contents of "resource" inside it. This includes:
"Client.net.dll", "Server.net.dll", "fxmanifest.lua", "index.html", "sounds", "SharpConfig.dll", "config.ini"
- In server.cfg, "ensure" CustodyAlarm, to make it load with your server startup.
Configuration - Adding stations
This plugin can be fully configured in the "config.ini" file. This includes the command names, custody locations and more, such as the volume and sound radius.
Open up "config.ini".
On line 2 you can add stations here. They must be in the list otherwise they will be disabled. (See further steps required below for adding stations).
On line 3 you can adjust the alarm radius, we recommend keeping this at 45.0.
On line 4 you can adjust the alarm volume, this must be bekow 1.
Adding custody stations:
After you have added the station name to line 2, you must specify the location for each station, by creating a new section. This must be done like this:
The [Walworth] is the name of the command, this must match the station you entered on <b>line 2</b>.
The Location = { X, Y, Z } is the station location, this must be setup and all values must end eg "1.0" and can not be an integer/whole number. The coordinates can be retrieved through most in-game menus.
This must be done for each station, in the example config.ini you'll see a station created already.
Source Code
Please find the source code in the "src" folder. Please ensure you follow the licence in "LICENCE.md".
Feedback
We appreciate feedback, bugs and suggestions related to CustodyAlarm and future plugins. We hope you enjoy using the resource and look forward to hearing from people!