Skip to main content

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 requirement

Since [email protected], sna-sync is required to be installed. This allows us to use a custom notification system. Read more about sna-sync here

  1. Download the latest release from the releases tab. Make sure to only download the .zip files
  2. Create a [sna] folder to orginize all your SnailyCAD integrations.
  3. Extract the .zip file into the [sna] folder.
  4. 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"
SettingDescriptionRequired?
snailycad_urlThe URL to your SnailyCAD API. (Example: https://cad-api.mycommunity.com/v1)Yes
snailycad_api_keyThe API key to your SnailyCAD API.Yes
snailycad_use_postalWhether or not to use the postal code when creating calls (Tow, Taxi, 911)No

Was this page helpful?