Read Me
Triggerevent to fill empty tube :
Client Event:
TriggerEvent("nitro:set_empty_fuel_vehicle")For those who want to use the empty tube filling with the target
Qb-Target :
exports['qb-target']:AddBoxZone("mechanicz", vector3(-347.05, -139.5, 38.85), 2.0, 2.5, { name="mechanicz", heading = 300.01, minZ=37.45, maxZ=39.45 },
{ options = { { event = "samy-nitro:setemptyfuelvehicle", icon = "fas fa-car", label = "Nitro Tรผpรผ Doldur", item = "bos_nitro", job = "mechanic"}, },
distance = 2.0
})For those who want to use the empty tube filling with the target
BT-Target :
local fillnos = {
1917885559,
}
AddTargetModel(fillnos, {
options = {
{
event = "nitro:set_empty_fuel_vehicle",
icon = "fas fa-car",
label = "Fill Nos",
},
},
job = {"job"},
distance = 3.0
})Last updated