v1.1.3 - 06/13/2025
YouTube Video:
Added:
- Addon Traffic Lights
- Place anywhere using SA Tool and stop traffic when Alert received.
- For more info see the video above, see here, and see here.
ic_sa_closeAllDoorsOnTimeoutconfig option.- Controls if all doors should close on Alert timeout. See here for more info.
Changed:
- ‘Locations - Get All *’ Server Export data structure returns
- Previously these exports returned a table with an entry called
locationswhich contained the expected data. - Now the returned table contains what was previously inside
locations. - To update existing implementations, remove
.locationsfrom any code, see example below:-
-- Old implementation local stations = exports["inferno-station-alert"]getAllLocations().locations -- New implementation local stations = exports["inferno-station-alert"]getAllLocations()
-
- Previously these exports returned a table with an entry called
Other Resources: