Files
Elite-Gaming-FiveM/resources/CarWipe/config.lua
T
Jacob 605f9ca8fc Improve vehicle delete script.
+ Added /delallnow to instantly delete vehicles without the wait.
+ Changed base command timer from 1 minute to 5 minutes.
2022-04-29 00:59:39 +01:00

12 lines
495 B
Lua

Config = {}
Config = {
commandName = "delall", -- For manual carwipes
commandNowName = "delallnow", -- 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
}