Zea Development - Documentation
StoreWebsiteDiscord
  • Welcome
  • General
    • Downloading Resources
    • Transferring Resources
    • Resource Support
    • Escrow Errors
    • Statebags
    • Artifacts & Gamebuilds
  • Our Resources
    • z_hose
      • Resource Configuration
        • Configuration Modules
      • Compatibility with ox_inventory
      • Resource Usage
      • Developer Resources
        • Client Exports
        • Server Exports
    • z_ladders
      • Resource Configuration
        • Configuring Vehicle
        • Configuring Ladders
      • Developer Resources
        • Client Exports
    • z_fire
      • Resource Configuration
      • JSON Configuration
      • Resource Usage
      • Developer Exports
      • Materials List
    • z_els
      • Resource Configuration
      • Resource Usage
      • Developer Exports
      • Creating Patterns
      • Directional Types
    • z_boot (Coming Soon!)
      • Resource Configuration
        • Configuration Modules
        • Item Creation
      • Developer Resources
        • Client Exports
    • z_ppvfan
      • Resource Configuration
      • Resource Usage
    • zTurnout-System
      • Resource Configuration
      • Resource Usage
      • Trigger Events
    • zWigWags
      • Resource Configuration
      • Resource Usage
      • Trigger Events
    • zFire-Alarm
      • Resource Configuration
      • Resource Usage
    • zCustody-Alarm
      • Resource Configuration
      • Resource Usage
    • zFire-Pole
      • Resource Configuration
      • Resource Usage
    • zTurnout-Rack
      • Resource Configuration
      • Resource Usage
    • zPager
      • Resource Configuration
      • Resource Usage
    • zTurnouts
      • Resource Configuration
      • Resource Usage
Powered by GitBook
On this page
Page cover
  1. Our Resources
  2. z_els

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.

PreviousResource UsageNextCreating Patterns

Last updated 1 year ago

CtrlK
  • Client Exports
  • isSirenActive
  • is999ModeActive
  • areRearRedsActive

Client Exports

isSirenActive

This export will return a true or false value indicating whether the provided vehicle has its siren activated.

boolean = exports['z_els']:isSirenActive(vehicle)

is999ModeActive

This export will return a boolean value indicating whether the specified vehicle is in 999 mode.

boolean = exports['z_els']:is999ModeActive(vehicle)

areRearRedsActive

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)