Files
Elite-Gaming-FiveM/resources/CarWipe/config.lua
T
KingMcDonalds 2f0f715dd5 adding new mlos
2025-07-13 07:06:59 -07: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 = true, -- Only Delete Broken cars in the map
looptime = 720, -- Repeating in minutes
}