ποΈFix Target
If you are NOT having this issue occur, do not follow the instructions below, as it could mess up other things.
Bones.Options['boot'] = {
["Toggle Trunk"] = {
icon = "fas fa-truck-ramp-box",
label = "Toggle Trunk",
action = function(entity)
ToggleDoor(entity, BackEngineVehicles[GetEntityModel(entity)] and 4 or 5)
end,
distance = 0.9
},
}




Last updated