[QBCore/ESX][paid] Radiation Zones Updated


QBCore/ESX Radiation Zones

This script adds configurable radiation zones to your QBCore or ESX-based FiveM server. Players will receive notifications and effects when entering or leaving these zones. The script supports both QBCore and ESX frameworks.

Features

  • Define radiation zones with specific coordinates and radius.

  • Apply visual and health effects to players in the radiation zones.

  • Prevent effects if the player has an anti-radiation mask.

  • Configurable debug mode.

  • Sends notifications to a Discord webhook when players enter or leave radiation zones.

discord

Dependencies

  • QBCore Framework (if using QBCore)

  • ESX Framework (if using ESX)

  • ox_inventory (if using ESX)

  • qb-inventory (if using QBCore)

config

Config = {}

Config.Core = 'QBCore' --'QBCore', 'ESX'

Config.Debug = false -- Set to false to disable debug prints
Config.Webhook = 'Webhook_here' -- Discord webhook URL

Config.RadiationZones = {
    {
        coords = vector3(100.0, 100.0, 100.0),
        radius = 100.0,
        blipradius = 100.0,
        showblipradius = true,
        blipradiusscale = 0.8,
        blipradiuscolor = 66,
        blipradiusname = "Radioactive Zone",
    },
    -- Add more zones as needed
}

Config.BloodLoss = {
    interval = 1000, -- Interval in milliseconds (1000ms = 1s)
    amount = 3      -- Amount of health to lose each interval
}

Config.AntiRadiationMaskItem = 'antiradiationmask' -- Name of the anti-radiation mask item


preview

Click me to watch the video

tebex

Here

other scripts
Standalone|AdvancedZombieSystem
Standalone|ZombieSystem
Standalone|VehicleSpawner
standalone|SurvivalHUD
QBCore|RobberyCreator
QBCore|SafeZone
QBCore|Shop
QBCore|WeatherSync
QBCore|PhoneStoreRobbery
QBCore|CamperHousing
QBCore|LootBags
ESX|LootBags
ESX/QBCore|InGameMusic
ESX/QBCore|LootAreas
ESX/QBCore|CraftingVehicles

Support:
you can join my discord for any support ! Discord

Code is accessible N/A
Subscription-based N/A
Lines (approximately) N/A
Requirements QBCore/ESX
Support Yes