Files
Elite-Gaming-FiveM/resources/CarWipe/config.lua
T
Jacob 8e00e0890f Automatic server cleanup every hour.
+ Added CarWipe which automatically clears all the vehicles in the server every hour.
+ Can also use /delall to manually initiate it.
2022-04-23 18:36:49 +01:00

11 lines
438 B
Lua

Config = {}
Config = {
commandName = "delall", -- For manual carwipes
restricCommand = true, -- Now you need permission to do
alerts = true, -- Notify in chat when a carwipe is comming
use10msdelay = true, -- use 10ms delay by deleting a vehicle
DoneNotify = true, -- Send a notify when the carwipe is done
OnlyWipeBroken = false, -- Only Delete Broken cars in the map
looptime = 60, -- Repeating in minutes
}