[FREE] Fancy Repair Thingy - ESX/QB/ST

ezgif-4-d7739b19ae

Script information

Simple repair script with a fancy camera and button, works with QB/ESX and standalone, its made as a full script but I recommend just taking the code and implementing it yourself somewhere, or use it like that :person_shrugging:.

You will need this for the button → BUTTON SCRIPT

Here is higher quality video :

DOWNLOAD

Download from - GitHub

Most of my free work : http://bbv.world - tebex
Most recent paid release : [PAID] Nitro System | Changeable colors & Much More | QB/ESX/Standalone

As away if you enjoy my work and want to motivate me to create more stuff you can leave a :heart:.

20 Likes

nic work bro

2 Likes

suppose could be added like emote mechanic cold be added when click repair would be awesome

3 Likes

Camera will go inside the player, thats why its done like that.

1 Like

this name XD but nice resource

1 Like

Name is open to suggestions.

Idk if you knew but it says vehilce repaired instead of vehicle

No I didn’t, thank you for the report its been fixed.

very fax

hw this script work

1 Like

?
how it works

1 Like

nice work. I love seeing scripts utilizing the camera functions on fivem :smiley: gg

1 Like

There a reason one would remain stuck in the cam aimed at the hood after repair? Can also only run command from inside of vehicle. And there is a error with ps-ui, Remake the function.

This should work

Psui = function()
    exports['ps-ui']:Circle(function(success)
        if success then
            print("success")
            Wrapper:RemoveItem('repairkit', 1)
            SetVehicleEngineHealth(Main.veh, 1000)
            SetVehicleEngineOn(Main.veh, true, true)
            SetVehicleFixed(Main.veh)
            RenderScriptCams(false, 1, 1500, false, false)
            Main.veh = nil
        else
            Wrapper:Notify("You Failed")
        end
    end, 5, 12)
end

Having trouble! No matter what I do, I still cannot get this to function or the menu to pop up. Any idea?

You need to install the button, read the post the download is there.

You don’t need to touch any of the functions, the script was remade to fix all errors

1 Like

Can you just replace that button dependecy to Ox_target?
Btw, nice cam effect when open the hood.