rytrak.fr Documentation
  • 🛡️FiveM Assets Escrow
    • You lack the required entitlement
    • Failed to verify protected resource
    • Error parsing script / Failed to load script
  • ❓Store FAQ
    • Do you accept orders to create a custom script
    • Do you give decrypted scripts
    • What payment methods are accepted for the purchase of your scripts?
    • Do you offer discounts or special offers on your scripts?
    • Can I modify or customize your scripts to meet my needs
    • Are your scripts compatible with frameworks
    • Do you provide development assistance?
  • FiveM Scripts
    • 🚒Firefighter SCBA System
      • General Configuration
      • Adapt your EUP
      • General Exports
      • General Events
      • ❓FAQ
        • No such export IsFireNearby in resource SmartFires
      • Test it now
    • 👮‍♂️Advanced Police Grab Ped
      • General Configuration
      • General Exports
      • General Events
      • Compatibility with esx_policejob
      • Test it now
    • 🚿Advanced Pepper Spray
      • General Configuration
      • General Exports
      • Anticheat
      • Test it now
    • 📣Advanced Megaphone System
      • General Configuration
      • General Exports
      • Compatibility with pma-voice
      • Compatibility with mumble-voip
      • Compatibility with saltychat
      • ❓FAQ
        • I can't hear my voice through the megaphone
      • Test it now
    • 🚁Advanced Helicopter Bucket
      • General Configuration
      • Adapt our script with ToxicFire
      • General Exports
      • 🔐Test it now
    • 🔗Advanced Remote Restraint
      • General Configuration
      • General Exports
      • Test it now
    • 🚗Advanced Extrication System
      • General Configuration
      • General Exports
      • Adapt a vehicle to the roof system
      • List of vehicles compatible with the roof system
      • 🔐Test it now
    • 🔗Advanced Handcuffs System
      • General Exports
      • General Configuration
      • Make ESX compatible
      • Make QBCore compatible
      • Make OX-Inventory compatible
      • 🔐Test it now
    • ✈️Advanced Aerial Firefighting
      • General Configuration
      • Adapt our script with ToxicFire
      • General Exports
      • 🔐Test it now
  • RedM Scripts
    • 🤠Advanced Sheriff Grab Ped
      • General Configuration
      • General Exports
  • Framework compatibility
    • Add a custom weapon on ESX
    • Add a custom weapon on QBCore
    • Add a custom weapon on OX Inventory
  • 🚀Test our resources for free with Zap-Hosting
Powered by GitBook
On this page
  1. FiveM Scripts
  2. Firefighter SCBA System
  3. FAQ

No such export IsFireNearby in resource SmartFires

PreviousFAQNextTest it now

Last updated 3 months ago

Why does this error occur?

This issue typically happens when the SmartFires script is not installed correctly, improperly configured, or outdated. The missing export IsFireNearby is a required function for compatibility with r_scba.

Steps to Fix This Issue

  1. Reinstall the SmartFires Script

    • Download the latest version of the SmartFires script.

    • Replace the existing files with the fresh installation.

  2. Verify the Script Name

    • Ensure the script is named exactly SmartFires in your resources folder.

    • If you prefer to use a different name, update the configuration in the r_scba script:

      • Open the r_scba configuration file.

      • Locate the setting referencing SmartFires, as shown in the example image below.

      • Replace the script name with your custom name.

  1. Check for the IsFireNearby Export

    • Open the file cl_exports.lua in the SmartFires script folder.

    • Confirm that the following export is present at the top of the file:

    • If the export is missing:

      • Reinstall the SmartFires script to ensure it includes the required export.

      • Make sure you are using the latest version of the script.

  2. Restart the Server

    • After completing the steps above, restart your server to apply the changes.

🚒
❓