sna-alpr
This must be used together with the Wraith ARS 2X resource. When a player runs a plate, it will automatically search the plate in your SnailyCAD instance.
Installation
sna-sync
requirementSince [email protected]
, sna-sync
is required to be installed. This allows us to use a custom notification system. Read more about sna-sync
here
- Download the latest release from the releases tab. Make sure to only download the
.zip
files - Create a
[sna]
folder to orginize all your SnailyCAD integrations. - Extract the
.zip
file into the[sna]
folder. - Add the following to your
server.cfg
file:
ensure sna-alpr
Configuration
To configure this integration, simply add the following to your server.cfg
file:
tip
If you already did this for a different SnailyCAD integration, you don't have to do it again.
warning
The following lines must be added to your server.cfg
file before all SnailyCAD integrations.
setr snailycad_url "http://api.example.com/v1"
setr snailycad_use_postal "true"
set snailycad_api_key "XXXXXX"
Setting | Description | Required? |
---|---|---|
snailycad_url | The URL to your SnailyCAD API. (Example: https://cad-api.mycommunity.com/v1 ) | Yes |
snailycad_api_key | The API key to your SnailyCAD API. | Yes |
snailycad_use_postal | Whether or not to use the postal code when creating calls (Tow, Taxi, 911) | No |