This looks really well done, nice job.
how to add sound for the purge steam?
i really don’t know why its not working,you can add sounds with xsounds function though
I am Trying to use this Item But it says need spot to install I am trying it on my own vehicle somehow
damn ,can you read the first post? ty.next.
on your config file
Config.mechanicjob = false
Config.Zones = {
{
title = “Example Spot”,
mapBlipId = 315,
mapBlipColor = 61,
spot = {x= 817.52, y = -2920.29, z= 5.21},
radius = 25,
},
you need to add spots that player can install nitro ,go by the 2 example spots that i ve already put on config file and tell me whats happening
turn this to false on the config
Config.UseoxMYSQL = true
i would like to let players install nitro anywhere not only in specific zones. how to do it?
Hello.
had a question. I would like the hood to open automatically when using a repair kit.
I found this here with you and installed it in the repair kit “SetVehicleDoorOpen(vehicle, door, false, false)”
it doesn’t open the hood, it opens the driver’s door.
did I do something wrong or overlooked it?
if DoesEntityExist(vehicle) then
if Config.IgnoreAbort then
TriggerServerEvent('esx_repairkit:removeKit')
end
SetVehicleDoorOpen(vehicle, door, false, false)
TriggerEvent("mythic_progbar:client:progress", {
name = "reparierefahrzeug",
duration = 45000,
label = "Repariere Fahrzeug...",
useWhileDead = false,
canCancel = true,
controlDisables = {
disableMovement = true,
disableCarMovement = true,
disableMouse = false,
disableCombat = true,
},
animation = {
animDict = "mini@repair",
anim = "fixing_a_ped",
},
prop = {
model = "",
}
}, function(status)
if not status then
ClearPedTasks(PlayerPedId())
end
end)
hi lilifee ![]()
yes you got to open the door 4(the hood) so make it like
SetVehicleDoorOpen(vehicle, 4, false, false)
or above this native put a local like
local door = 4
too much loop, should be rewrite…!
Maybe i need some help
What i did till now:
1: im a mechanic, so i set mechanic to true
2: put a new hash inside ramps - place my car inside the lift
3: got both items in my inventory
If i try to install the nitro this error comes up “you cant install nitro on a civilian car”. The car is a vanilla car, Seven-70
If i set mechanic only to false, all works fine.
How can i fix this?
How is the optimization of this script, does it run high?
Its not working for me there is always standing: Be sure you are near a nitro spot.
i also have a script error in line 20 of the server Main.Lua
Nice, can you say what esx_menu_default design you are using?
any guide to install this for QB?
hello bro im newbie, can we make this charge being unlimited charge ?


