Renewed-Scripts / Renewed-Weathersync

No more needing to worry about syncing time and weather on your FiveM server.
GNU General Public License v3.0
46 stars 28 forks source link

Add Config.Blackout #17

Open xhackax47 opened 4 months ago

xhackax47 commented 4 months ago

The problem

No Problem, just a Feature Request ^^

Ideal solution

Will be nice to have a variable to turn off/on the blackout on the server like qb-weathersync.

Alternative solutions

No response

Additional context

No response

Zack3267 commented 2 months ago

Would absolutely love blackout if its possible

Zack3267 commented 2 months ago

Tried to add it myself and failed lol

EdyzPW commented 3 weeks ago
-- Blackout Command
lib.addCommand('blackout', {
    help = 'Say bye bye to power',
    restricted = 'group.admin',
}, function()
    GlobalState.blackOut = not GlobalState.blackOut
end)

Credits to Zoo