
Developer Exports
This page serves to outline and explain the functions offered by Zea Developments' z_els resource. These functions are designed for the purpose of collecting existing data or storing new data.
Last updated
This page serves to outline and explain the functions offered by Zea Developments' z_els resource. These functions are designed for the purpose of collecting existing data or storing new data.
Last updated
This export will return a true or false value indicating whether the provided vehicle has its siren activated.
boolean = exports['z_els']:isSirenActive(vehicle)
This export will return a boolean value indicating whether the specified vehicle is in 999 mode.
boolean = exports['z_els']:is999ModeActive(vehicle)
This export will provide a boolean value indicating whether the rear red lights of the specified vehicles are activated.
boolean = exports['z_els']:areRearRedsActive(vehicle)