Air Raid Sirens V3 for FiveM

Air Raid Sirens V3 for FiveM

The air raid sirens provides you the ability to alert the nation with the press of a button. Configure multiple sirens and browse through the list before powering the sirens.


📋 Table of Contents

  1. 🎯 Overview
  2. 🎥 Video Showcase
  3. 📚 Installation Tutorial
  4. 🛒 Purchase Information
  5. ⚠️ Important Pre-Installation Notes
  6. 🔧 System Requirements & Compatibility
  7. 📦 Installation Process
  8. 🎮 How It Works
  9. 🔧 Export Functions
  10. 🎨 Customization
  11. 🔧 Integration & Compatibility
  12. ⚠️ Troubleshooting
  13. 📖 Best Practices
  14. 💬 Support

🎯 Overview

Air Raid Sirens V3 is a comprehensive emergency alert system that allows server administrators to trigger air raid sirens across the entire map. Perfect for emergency situations, roleplay scenarios, or creating atmospheric events on your FiveM server.

Key Features

  • Volume & Sound Configuration - Customize audio settings
  • Range Settings - Configure siren coverage area
  • Multiple Siren Sounds - Support for various siren sound files
  • Custom UI - User-friendly interface design
  • OneSync Compatible - Works with Legacy and Infinity
  • 3D Siren Objects - Custom air raid siren 3D models
  • Editable CSS - Customize the visual appearance
  • Multi-Framework Support - ESX/QBCore/Discord API permissions
  • Multi-Language Support - International server support
  • Escrow Protection - Secure resource protection

🎥 Video Showcase

Watch Air Raid Sirens in action:

Video Showcase


📚 Installation Tutorial

Follow our step-by-step installation guide:

Installation Tutorial


🛒 Purchase Information

Get Air Raid Sirens V3:

Purchase on Nights Software Store


⚠️ Important Pre-Installation Notes

Critical Installation Order: Always follow this exact sequence to avoid parsing errors in the F8 console:

  1. Download ZIP Package from CFX Portal
  2. Unpack in a folder on your local machine
  3. Set File Transfer Protocol (FTP) type to binary
  4. Drag files from local machine to server resources folder
  5. Add to server.cfg (ensure script)
  6. Boot up the server

Support Policy: Follow this guide step by step. If you’re stuck, ask for support in our Discord and provide the specific step name. Do not skip steps.


🔧 System Requirements & Compatibility

OneSync Compatibility

  • ✅ OneSync Legacy: Fully tested and compatible
  • ✅ OneSync Infinity: Fully tested and compatible

Framework Compatibility

  • ✅ ESX: Full compatibility with ESX framework
  • ✅ QBCore: Full compatibility with QBCore framework
  • ✅ Discord API: Compatible with Discord API integration
  • ✅ Standalone: Works without any framework

Note: Air Raid Sirens V3 works seamlessly with all major FiveM frameworks and can operate standalone.


📦 Installation Process

Step 1: Download the Resource

  1. Access CFX Portal
    • Go to CFX Portal Assets
    • Find “Air Raid Sirens” in your granted assets
    • Download the ZIP package

Step 2: Extract and Transfer

  1. Extract the ZIP file
    • Unpack the downloaded ZIP package to a local folder
    • Ensure all files are properly extracted
  2. Transfer to Server
    • Set your FTP client to binary transfer mode
    • Upload the night_air_raid_sirens folder to your server’s resources directory
    • Maintain the original folder structure

Step 3: Server Configuration

Add the following line to your server.cfg file:

ensure night_air_raid_sirens

Server Restart: After adding the ensure line, restart your server for the resource to load properly.

Step 4: Configuration Setup

  1. Navigate to Config File
    • Open night_air_raid_sirens/config/config.lua
    • Review all configuration options
  2. Configure Settings
    • Set up volume and sound settings
    • Configure range and coverage areas
    • Adjust permissions and access controls

🎮 How It Works

Siren System

  • Multiple Sirens: Configure various siren sound files
  • Range Control: Set coverage area for siren alerts
  • Volume Management: Adjust audio levels for different situations
  • 3D Objects: Custom air raid siren models in the world

User Interface

  • Siren Selection: Browse through available siren sounds
  • Easy Activation: Simple button press to trigger sirens
  • Status Display: Visual indicators for active sirens
  • Custom Styling: Editable CSS for UI customization

Emergency Alerts

  • Instant Activation: Trigger sirens immediately when needed
  • Nationwide Coverage: Alert entire server population
  • Roleplay Integration: Perfect for emergency scenarios
  • Atmospheric Events: Create immersive server experiences

🔧 Export Functions

Server-Side Exports

Use these export functions to trigger Air Raid Sirens from other server-side scripts:

Toggle Sirens

-- Toggle sirens automatically (on when off, off when on)
exports['night_air_raid_sirens']:TriggerAirRaidSirens(src, soundFileName)

-- Example usage
exports['night_air_raid_sirens']:TriggerAirRaidSirens(source, "air-raid-siren")

Force Siren State

-- Force sirens on or off
exports['night_air_raid_sirens']:ToggleAirRaidSirens(soundFileName, true)  -- true = on, false = off

-- Example usage
exports['night_air_raid_sirens']:ToggleAirRaidSirens("air-raid-siren", true)   -- Turn on
exports['night_air_raid_sirens']:ToggleAirRaidSirens("air-raid-siren", false)  -- Turn off

Sound File Examples

Common sound file names you can use:

  • "air-raid-siren"
  • "emergency-siren"
  • "warning-siren"
  • "civil-defense-siren"

Custom Sounds: You can add your own sound files to the resource and reference them by filename.


🎨 Customization

CSS Editing

The Air Raid Sirens includes editable CSS files allowing you to:

  • Customize UI appearance to match your server theme
  • Modify colors and styling for better visual integration
  • Adjust layout and positioning of siren controls
  • Create unique visual experiences for your players

3D Object Customization

  • Custom siren models for visual representation
  • Placement options for strategic siren locations
  • Visual indicators for active siren status

🔧 Integration & Compatibility

Framework Integration

  • ESX Integration: Compatible with ESX job systems and permissions
  • QBCore Integration: Compatible with QBCore permissions and groups
  • Discord API: Integrate with Discord role-based permissions
  • Standalone Operation: Works without any framework

Emergency Systems

  • Police Integration: Perfect for law enforcement scenarios
  • Emergency Services: Ideal for medical and fire department roleplay
  • Military Operations: Great for military and defense scenarios
  • Civil Defense: Excellent for disaster and emergency situations

⚠️ Troubleshooting

Common Issues

Sirens Not Working

Check these common issues:

  • Ensure the resource is properly ensured in server.cfg
  • Check server console for error messages
  • Verify configuration file is properly formatted
  • Confirm permissions are set correctly

Audio Issues

Audio troubleshooting:

  1. Check volume settings in config
  2. Verify sound files are present in the resource
  3. Test with different sound file names
  4. Check client audio settings

Permission Issues

Permission troubleshooting:

  1. Verify player has correct permissions
  2. Check framework integration settings
  3. Test with admin permissions first
  4. Review Discord API configuration

Error Messages

Error Solution
“Resource not found” Check resource folder name and ensure line
“Sound file not found” Verify sound file exists in resource
“Permission denied” Check configuration permissions
“Export failed” Verify export function syntax

📖 Best Practices

Configuration Best Practices

  • Start with default settings and adjust based on server needs
  • Test different sound files to find the best fit
  • Set appropriate permissions to prevent abuse
  • Configure range settings for your server size

Emergency Planning

  • Establish protocols for when to use sirens
  • Train staff on proper siren activation
  • Coordinate with other emergency systems
  • Test sirens regularly to ensure functionality

Roleplay Integration

  • Create emergency scenarios that utilize sirens
  • Integrate with police and emergency services
  • Use for atmospheric events and server announcements
  • Coordinate with other roleplay systems

💬 Support

Getting Help

If you’re having trouble with Air Raid Sirens:

  1. Review this documentation thoroughly
  2. Check server console for error messages
  3. Verify your configuration matches the examples
  4. Join our Discord for community support

Community Support

Join our Discord community for:

  • Technical support
  • Configuration help
  • Best practices sharing
  • Community discussions

Nights Software Discord


Back to top

Copyright © 2025 Nights Software

Page last modified: July 22, 2025 at 04:00 PM.