Utility Respray

A script by XenoS.exe

No reviews yet.
Utility Respray main image

Full Description

Utility Respray

Experience immersive vehicles customization
with our interactive spray gun script.


Card (1)
Frame 2
Youtube Showcase


Screenshots

Contains
  • 45 paint bottles
  • Respray custom add-on weapons (Respray Gun)
  • 1 little table with all the equipment
  • 5 type of color material (metallic, matte, chrome, chameleon, pearlescence)
Details
  • The respray table can be placeable wherever you want via the config
  • Possibility of painting airplanes, cars, motorcycles, boats and more
  • Possibility to mix multiple colors together.
  • Optimized Texture
  • Size : 3.7mb
Config
Config = {}
Config.Debug = false

Config.RenderDistance = 40.0

Config.UseOxLibMenuIfFound = true -- set to false if you don't want to use OxLib if found
Config.Target = true -- set to true if you want to use ox-target or qb-target as interaction
Config.CustomTargetResource = "" -- if you have a custom target resource name set it here

Config.Translations = {
    -- OxLib Menus
    ["menu_title"]           = "Respray",
    ["menu_choose_color"]    = {text = "Choose a color", icon = ""},
    ["menu_choose_material"] = {text = "Choose a material", icon = ""},
    ["menu_choose_zone"]     = {text = "Choose a painting zone", icon = ""},

    ["menu_customcolor_title"]  = "Custom color",
    ["menu_customcolor_choose"] = "Choose a color",

    ["menu_notify_goback"] = "~INPUT_FRONTEND_PAUSE_ALTERNATE~ Back",
    ["menu_notify_confirm"] = "~INPUT_FRONTEND_ACCEPT~ Confirm selection",
    ["menu_notify_chameleon_page"] = "Page ~y~%d/%d~w~",
    
    -- Interactions
    ["interaction_clean"] = {
        native = {
            notify = "Press {E} to pickup the cleaning kit",
        },
        target = {
            label = "Clean",
            icon = "fa-solid fa-hand-sparkles",
        }
    },
    ["interaction_clean_holded"] = {
        native = {
            notify = "Press {E} to drop the cleaning kit",
        },
        target = {
            label = "Drop the cleaning kit",
            icon = "fa-solid fa-xmark",
        }
    },
    ["interaction_spraygun"] = {
        native = {
            notify = "Press {E} to start spraying",
        },
        target = {
            label = "Spray gun",
            icon = "fa-solid fa-spray-can",
        }
    },
    ["interaction_spraygun_holded"] = {
        native = {
            notify = "Press {E} to drop the spraygun",
        },
        target = {
            label = "Drop the spraygun",
            icon = "fa-solid fa-xmark",
        }
    },

    ["paint_progress"] = {
        label = "PROGRESS",
        color = {66, 135, 245},
        offset = -0.01
    },

    ["cleanness"] = {
        label = "CLEANNESS",
        color = {66, 135, 245},
        offset = -0.01
    },

    -- Colors
    ["custom_color"] = "Custom color",
    ["white"]        = "White",
    ["gray"]         = "Gray",
    ["black"]        = "Black",
    ["yellow"]       = "Yellow",
    ["orange"]       = "Orange",
    ["red"]          = "Red",
    ["brown"]        = "Brown",
    ["light_green"]  = "Light Green",
    ["green"]        = "Green",
    ["dark_green"]   = "Dark Green",
    ["dark_blue"]    = "Dark Blue",
    ["sky_blue"]     = "Sky Blue",
    ["pink"]         = "Pink",
    ["violet"]       = "Violet",

    -- Chameleon colors
    ["anodized_red"] = "Anodized Red",
    ["anodized_wine"] = "Anodized Wine",    
    ["anodized_purple"] = "Anodized Purple",
    ["anodized_green"] = "Anodized Green",
    ["anodized_copper"] = "Anodized Copper",
    ["anodized_champagne"] = "Anodized Champagne",
    ["green_blue_flip"] = "Green Blue Flip",
    ["green_brown_flip"] = "Green Brown Flip",
    ["green_turqoise_flip"] = "Green Turqoise Flip",
    ["turqoise_purple_flip"] = "Turqoise Purple Flip",
    ["cyan_purple_flip"] = "Cyan Purple Flip",

    ["blue_green_flip"] = "Blue Green Flip",
    ["purple_green_flip"] = "Purple Green Flip",
    ["burgundy_green_flip"] = "Burgundy Green Flip",
    ["magenta_cyan_flip"] = "Magenta Cyan Flip",
    ["red_orange_flip"] = "Red Orange Flip",
    ["orange_purple_flip"] = "Orange Purple Flip",
    ["orange_blue_flip"] = "Orange Blue Flip",
    ["white_purple_flip"] = "White Purple Flip",
    ["red_rainbow_flip"] = "Red Rainbow Flip",
    ["dark_teal_pearl"] = "Dark Teal Pearl",
    ["light_blue_pearl"] = "Light Blue Pearl",
    ["pink_pearl"] = "Pink Pearl",
    ["yellow_pearl"] = "Yellow Pearl",
    ["white_prismatic"] = "White Prismatic",
    ["hot_pink_prismatic"] = "Hot Pink Prismatic",
    ["dark_red_prismatic"] = "Dark Red Prismatic",
    ["black_prismatic"] = "Black Prismatic",
    ["black_rainbow"] = "Black Rainbow",
    ["white_holographic"] = "White Holographic",

    -- Painting zones
    ["painting_zone_primary"] = "Primary",
    ["painting_zone_secondary"] = "Secondary",

    -- Materials
    ["metallic"]     = "Metallic",
    ["matte"]        = "Matte",
    ["pearlescent"]  = "Pearlescent",
    ["chrome"]       = "Chrome",
    ["chameleon"]    = "Chameleon"
}

Config.TablesPositions = {
    vec4(961.0093, -1557.8968, 29.7377, 0.0), -- Pitstop
    vec4(-1169.1497, -2015.2821, 12.2306, 135.7650), -- Los santos custom (Port)
    vec4(1182.6482, 2635.1223, 36.7951, 180.0), -- Los santos custom (Sandy)
    vec4(-324.1776, -145.8621, 38.0600, 250.3355), -- Los santos custom (City Center)
    vec4(-195.7245, -1324.3845, 30.1272, 270.1279), -- Bennys
}

Products

Products

Code is accessible No
Subscription-based No
Lines (approximately) ~1500
Requirements utility_lib
Support Yes