OX Target

1) To make ox_target compatible with av_restaurants you just have to setup config like this:

Config.TargetSystem = "qtarget" -- qb-target, bt-target, qtarget

ox_target will make sure to convert qtarget exports to ox_target format. 2) Go to ox_target/client/main.lua line 337 and add this line:

response.job = response.groups

It should look (something) like this:

Last updated