[PAID] Automatic Map Cleaning 4€

A script by AyyyZeN

No reviews yet.
[PAID] Automatic Map Cleaning 4€ main image

Price

Unknown

Full Description


Description

Are you tired of having to constantly remove wrecked, abandoned or improperly parked vehicles? The massive presence of vehicles on your server causes some drops of fps? Then WaveMapCleaner is perfect for you! Already Tested in live with +250 players and worked perfectly.


Showcase

Watch the showcase


Tebex

WaveMapCleaner - 4€


Features

  • 0.0ms idle / 0.0ms while deleting vehicles
  • Autom atic cleaner ( every x minutes )
  • Vehicles Cleaner
    • Check Vehicle Engine/Body Health
    • Check if vehicle is on all wheels
    • Check if anyone sitting in vehicle
    • Clear abandonated vehicles on road
    • You can clear specific vehicles if you want like cars,boats,heli,plane,bike,etc
    • You can clear vehicles if they match with configured plates ( like rent cars, police,ambulance cars, etc)
    • You can set up zone where you want/don’t want vehicles to be cleared
  • Peds Cleaner
    • Will delete deads peds (not players ) and their vehicles if they are in.
  • Console & Chat Command
  • Event setted up
  • Customizable Language

Config Example

waveMapCleaner = {
    TimeToWaitBeforeCleaningWhenNotificationSent = 5, --seconds
    AutoCleaner = {
        enable = true,
        timerInMinutes = 30, -- will clear every given time
    },
    ClearVehicles = {
        enable = true,
        CheckBodyHealth = true,
        MaxBodyHealth = 300.0, --between 0 and 1000
        CheckEngineHealth = true,
        MaxEngineHealth = 300.0, --between 0 and 1000
        CheckIsVehicleOnAllWheels = true,
        CheckIsAnyoneSittingIn = true,
        ClearAbandonatedVehiclesOnRoad = true,
        ClearVehiclesOnlyOnRoads = false,
        AllowClearOnTypes = {
            AllTypes = true, -- if false, will enable options under this one
            ["Car"] = false,
            ["Boat"] = true,
            ["Heli"] = true,
            ["Jetski"] = true,
            ["Plane"] = true,
            ["QuadBike"] = true,
            ["Train"] = true,
            ["Bicycle"] = true,
            ["Bike"] = true,
        },
        AllowClearOnPlates = {
            AllPlates = true, -- if false, will enable options under this one
            Plates = {
                "TEST",
                "RENT",
                "POLICE",
                "AMBULANCE",
            }
        },
        ClearZones = { -- you can leave it tempty if you want to disable this option
            {position = vector3(0.0,0.0,0.0),distance = 50.0, clear = true}, -- will clear 50 meters around the position
            {position = vector3(0.0,0.0,0.0),distance = 50.0, clear = false}, -- will not clear 50 meters away the position
        },
    },
    ClearPeds = {
        enable = true,
        ClearDeadsPeds = true,
        ClearUnderHealth = 1, --between 1 and 200
    },
    Command = {
        commandName = "clearmap",
        enableFromClient = true,
        AuthorizedLicenses = {
            ["license:171a23d246444c95bd897754beb26aa197ab3570"] = true,
        },
    },
    Event = {
        enable = true,
        eventName = "WaveMapCleaner:clearMap", -- you can trigger this event from client->server to clear the map, easy to integrate in a menu or idk
    },
    Texts = {
        ["notification"] = "Notification",
        ["map_will_be_cleaned"] = "Map will be cleaned in %s seconds...",
        ["cleaning_map"] = "Cleaning Map...",
        ["cleaned_map"] = "Map has just been cleaned",
    },
}

Check out our other resources
:house: WaveProperties - Properties/Garages Creator That You Need !
:brain: WaveSkills - Skills & Abilities
:gift: WavePlayTimeRewards - Rewards your players for their playtime
:gun: Animated Weapons Skins w/ URL
:grinning: WaveWZ-Hud -WarZone Based HUD
:red_car: WaveVehiclesPreview - Vehicles Catalog & Exhibitions