First-Party Resources
This page explains how to integrate SA with first-party resources (other Inferno Collection resources).
tip
First-party resource integrations only work with the Standalone Version of SA.
Fire Alarm Reborn
Follow the steps below to create alerts when a fire alarm is activated.
- Inside
inferno-fire-alarm-reborn, openeditable/server/events.lua. - Locate the
Inferno Station Alert - Uncomment below to use, then uncomment (remove the--) the section below.
You can customize the exports to your liking by editing editables/server/station-alert.lua. For more information on exports, see here.
Pager Reborn
Follow the steps below to create alerts when a specific capcode is paged.
For example, you could have one capcode per fire station, allowing you to alert specific stations via the Pager network.
- Inside
inferno-station-alert, openeditable/server/events.lua. - Locate the
Inferno Pager Reborn, then uncomment (remove the--) the section below.
- Update
linksas needed, where the key is the capcode address and the value is the station name.
You can customize the exports to your liking. For more information on exports, see here.