![[STANDALONE] Auto Vehicles Deleter main image](https://img.youtube.com/vi/FzTPlHyVW2w/hqdefault.jpg)
Price
UnknownA script by ZDP-Scripts
Price
Unknown
Description
ZDP-AUTOVEHICLESDELETER is a script that’s all about optimizing your server. It clears out all those abandoned, empty, or wrecked vehicles off the map. You get to pick areas where the script won’t touch anything, specific vehicle types, individual vehicles, whether you want to zap occupied vehicles, NPCs, map objects, and, the cherry on top? You can fully customize the notification straight from the settings, easy peasy.
Boost your server’s performance with just one simple move.
Features
Support
We’ve got your back if you encounter any issues with our script.
About us
Our development team members collectively have over 10 years of experience. We have experts in Front, Back, and Full Stack development.
Preview
Purchase link:
Other scripts:
Config file:
Config = {}
Config.Command = "delveh" -- Command to delete vehicles
Config.restricCommand = true -- If true, only admins can use the command
Config.Time = 30 -- [ In seconds ] Time to delete the vehicles
Config.NotificationsTime = 20 -- [ In seconds ] Remaining time in seconds for the countdown to appear on screen
Config.AlertNotification = 10 -- [ In seconds ] Remaining time in seconds for an alert in the notification
Config.BusyVehicles = false -- If true, vehicles with a driver will also be deleted
Config.Peds = false -- If true, NPCs will also be deleted
Config.Objects = false -- If true, objects will also be deleted
-- [ NOTIFICATION SETTINGS ] --
Config.Notifications = true -- If true, a notification will be sent to all players
Config.CommandHideNotification = "hidedelveh" -- Command that players will use to hide the notification (this doesn't stop the deletion)
Config.NotificationTitle = "SYSTEM"
Config.NotificationsText = "Vehicle deletion" -- Text to display on screen
Config.NotificationsText2 = "Last seconds" -- Text to display on screen
Config.NotificationsTextDelete = "Deleted vehicles" -- Text to display on screen
Config.NotificationsPositionX = "right" -- Notification position
Config.NotificationsPositionY = 0 -- Y position of the notification [45 to -45], 0 is the center.
Config.NotificationOpacity = 1 -- Notification opacity
Config.NotificationsColorBackground = "#202020d5" -- Notification background color
Config.NotificationsColorText = "rgb(255,255,255)" -- Notification text color
Config.HideCounter = false
Config.HideCounterBar = false
-- [ ZONE SETTINGS ] --
Config.IgnoreZones = { -- Vehicles that will not be deleted in these custom zones
-- { Coords = vector3(0.0, 0.0, 0.0), Radius = 100.0 },
-- { Coords = vector3(0.0, 0.0, 0.0), Radius = 100.0 },
}
Config.IgnoreZonesPeds = { -- NPC's that will not be deleted in these custom zones
-- { Coords = vector3(0.0, 0.0, 0.0), Radius = 100.0 },
-- { Coords = vector3(0.0, 0.0, 0.0), Radius = 100.0 },
}
Config.IgnoreZonesObjects = { -- Props that will not be deleted in these custom zones
-- { Coords = vector3(0.0, 0.0, 0.0), Radius = 100.0 },
-- { Coords = vector3(0.0, 0.0, 0.0), Radius = 100.0 },
}
-- [ VEHICLE SETTINGS ] --
Config.BlackListVehicles = { -- Vehicles that will not be deleted
"zentorno",
"adder",
--"akuma"
}
-- [ VEHICLE CLASS SETTINGS ] --
Config.BlackListClass={ -- Vehicle classes --> True will be deleted - False will not be deleted
[0] = true, -- Compacts
[1] = true, -- Sedans
[2] = true, -- SUVs
[3] = true, -- Coupes
[4] = true, -- Muscle
[5] = true, -- Sports Classics
[6] = true, -- Sports
[7] = true, -- Super
[8] = true, -- Motorcycles
[9] = true, -- Off-road
[10] = true, -- Industrial
[11] = true, -- Utility
[12] = true, -- Vans
[13] = true, -- Cycles
[14] = true, -- Boats
[15] = true, -- Helicopters
[16] = true, -- Planes
[17] = true, -- Service
[18] = true, -- Emergency
[19] = true, -- Military
[20] = true, -- Commercial
[21] = true, -- Trains
[22] = true, -- Open Wheel
}
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | 200 |
Requirements | None |
Support | Yes |
No approved reviews found for this script yet.