⚙️Configuration
Here you can find anything about the configuration files.
DVIntervalLoop
The DVIntervalLoop
setting will tell the server every X seconds to perform the check on which vehicles should be deleted.
-- Interval for DV interval loop in seconds
Config.DVIntervalLoop = 300
TimeToDv
The TimeToDv
setting is the time that the vehicle needs to be left unlocked and thrown somewhere on the map without a driver to be deleted.
-- The time when the car needs to be left and not locked for it to be removed.
Config.TimeToDv = 600
Notification
This configuration is a bit tricky but you have 3 choices.
Disable the notification system entirely
Enable it and use your own notification system
Enable it and use the script default notification system
Config.Notification = {
enable = true, -- true or false to enable/disable the system
notifyType = 'ts-dv', -- Custom or ts-dv
announceAt = 10, -- Announce all of the players that their vehicle is in the queue for deletion
}
Last updated