CarSweep - TOW System [STANDALONE]

A script by Secret-Store

No reviews yet.
CarSweep - TOW System [STANDALONE] main image

Price

Unknown

Full Description

:police_car: CarSweep | TOW Service :police_car:

:fire: The ultimate vehicle cleanup and towing system — fully automated, highly customizable, and built for immersive RP!

:rocket: Take full control of abandoned or idle vehicles in your city! With CarSweep, you can:

  • :world_map: Create and manage tow zones with real-time synchronization.
  • :alarm_clock: Schedule automatic sweeps or launch them manually.
  • :clipboard: Whitelist vehicles or entire areas to protect key spots.
  • :loud_sound: Enjoy immersive sound and visual notifications.
  • :video_game: Use walk mode for precise placement and zone adjustments.
  • :checkered_flag: Tow player vehicles to garage or impound with just one setting.
  • :brain: Cancel, edit, or delete sweeps directly from an intuitive panel.
  • :closed_lock_with_key: Manage permissions, hitlists, and full control — all from one place.

:dart: Why CarSweep?

:white_check_mark: Standalone Frameworks / ESX and QB-Core preconfigured
:white_check_mark: User-friendly admin panel
:white_check_mark: Real-time updates & synchronization
:white_check_mark: Customizable to fit any RP style
:white_check_mark: Designed for server performance and immersion
:white_check_mark:Preconfigured to store vehicles in garages:
:red_car: • Quasar Advanced Garages
:red_car: • JG Advanced Garages
:red_car: • okok Garage
:red_car: • qb Garage
:red_car: • esx Garage

Screenshots

Launch a selected zone sweep

Set safe zones and exempted vehicles



Configs
**Config .lua**

Config = {}

Config.Framework = 'auto' -- | esx  | qbcore | auto | standalone |
Config.Language = 'en'    -- | en   | es |
Config.debug = true       -- | true | false |

Config.Commands = {
    General = 'sweep',
    Menu = 'sweep:menu'
}

Config.Sounds = {
    Start = true, 
    Lessing5sec = true, -- play sound when there are less than 5 seconds left
    End = true
}

Config.Admins = {
    Groups = {           -- recommended to use esx
        'superadmin',
        'admin',
        'mod',
       -- 'helper'
    },

    Identifiers = {     -- recommended to use qb-core
        'steam:010101a1b2c3d4e5f6',   -- juanito
        'discord:479177007058649090', -- peloncito
        'fivem:11000010d1b1b1d',      -- verijas
        'fivem:11000010d1b1b1d',      -- lesviatan
        'license:fa1c5173993d33a98d2e64a12183c0859e8e04ad'       -- companocha
    }

    Jobs = {
    ['police'] = {1, 2 , 3, 4},
    ['mechanic'] = 4,
    ['admin'] = {2 , 3},
}
}

Config.Cancel_Currents_ =  true    -- true : Cancels all zone sweeps when an automatic global sweep arrives.
                                   -- false: Does not perform a global sweep if there are active zone sweeps.

--[[
    This script recommends using only one method for swapping vehicles 
  in the configuration (allowEvery or allowSpecific) to avoid conflicts.
]]                                   
Config.Timers = {
    DefaultTimeWorking = 1,  -- minutes
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------
    allowEvery = true,       -- | true | false | if you want to allow the system to work every x time
    Every = '01:00',         -- | '0:30' = every 30 minutes | '01:00' = every 1 hour | '03:00' = every 3 hours | or as you decide between 00:10 - 12:00
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------
    allowSpecific = false,    -- | true | false | if you want to allow the system to work at specific times
    Times = {  -- 
        "00:00", 
        "01:00", 
        "02:00", 
        "03:00", 
      -- add more times as needed
    }

}```

WhiteList.lua

WhiteList = {}

WhiteList.zones = {
    {
        name = "Legion Square Garage",
        pos = vector3(25.7828, -1060.8047, 37.4789),
        radius = 2.0,
    },
}


WhiteList.CarModels = {
    "adder",
    "zentorno",
    "police",
    "police2",
}

Video Showcase
Discord/Support
Tebex - 20.00$

Code is accessible Partial
Subscription-based No
Lines (approximately) ± 1000
Requirements Nothing
Support Yes