Config.TargetBones = {
["requestTow"] = {
bones = {
"seat_dside_f",
},
options = {
{
type = "client",
event = "tow:requestTow",
icon = "fas fa-truck",
label = "Request Tow",
},
},
distance = 4.0
},
}
Make sure your qb-core/shared/jobs.lua has a job named "tow". ======================================-
That's it. Just ensure it inside your server.cfg and play!