
Project Updates
08/27/2023
Config Updated? = ❌
Patch
General Bug Patch/Fixes
Script Optimization
08/31/2023
Config Updated? = ✅
Lines Edited: 25-33
Added
Custom After_Blackout_Event
Add your own server event to be executed after a blackout is triggered.
Custom_Permissions_Check
A custom permissions check for the Control Panel feature. Set your own client export that will be executed to check if the player can access the Control Panel. Set this up with your inventory system, custom permissions, etc.
02/26/2024
Config Updated? = ✅
Lines Edited: ENTIRE CONFIG
Added
Server-Wide Blackout
Set a power outage for the entire map.
Set "safe zones"
The power is kept online in these zones.
Vehicle lights and flashlights stay on when in blackout zones.
07/12/2024
Config Updated? = ❌
Added
The After_Blackout_Event custom event how returns:
07/12/2024
Config Updated? = ❌
Added
The After_Blackout_Event custom event now returns:
Is Blackout Enabled [True/False]
Blackout Coordinates
Blackout Radius
Blackout Name
12/19/2024
Config Updated? = ❌
Added
Server event that allows you to connect your server's scripts to Advanced Blackout!
Arguments: xCoordinate, yCoordinate, zCoordinate, Radius
Trigger this server event with all four arguments to create a radius blackout. To delete the radius blackout created through this method, you need to trigger this event again with the same arguments (specifically the x and y coordinates).
AdvancedBlackout:TriggerRadiusBlackoutLast updated