#Did the update but get an error code
1 messages · Page 1 of 1 (latest)
Ah shit i forgot to add the export 🤦♂️ one sec
Fixed ✅
That's what I get for keeping release separate from test server 
all good, thanks for the help!
I also have some issues installing your tracker sript. not sure if i am just a nerd and fuck up with adding the item or what i do wrong atm. but my inv cant be opened anymore after i tried to get the item thru a job
You using ox?
nah i am using qb
i reset my db and i am good now
i made a mistake somewhere now tho
ah lol
any idea where i make an mistake?
fair
i just added these items. ill show you the error code i got
so its deff in my item config somewhere
Probably. I haven't used qb inv in years haha
['cw_tracking_pair'] = {
['name'] = 'cw_tracking_pair',
['label'] = 'GPS Tracker & receiver',
["type"] = "item",
["image"] = "cw_raidjob_key.png",
["unique"] = true,
["useable"] = true,
['shouldClose'] = true,
["combinable"] = nil,
['weight'] = 1,
['description'] = "A GPS tracker and a receiver for it"
},
['cw_receiver'] = {
['name'] = 'cw_receiver',
['label'] = 'receiver',
["type"] = "item",
["image"] = "cw_raidjob_case.png",
["unique"] = true,
["useable"] = true,
['shouldClose'] = true,
["combinable"] = nil,
['weight'] = 1,
['description'] = "receiver"
},
['cw_tracker'] = {
['name'] = 'cw_tracker',
['label'] = 'cw_tracker',
["type"] = "item",
["image"] = "cw_raidjob_content.png",
["unique"] = true,
["useable"] = false,
['shouldClose'] = true,
["combinable"] = nil,
['weight'] = 1,
['description'] = "cw_tracker"
},
worked
the issue was that i set the cw_tracker as ["useable"] = true,
need to be false
it should be true... you should be able to use the tracker and put on vehicles
you were right, it worked when i put it to true as well
if i do the skillgame it gives me this error before placing the trakcer. if i dont do skill game , the progress bar stats and it will give me this error when i try to check for trackers on the car.
hmm not sure if, just like the readme says, the qb stuff is a bit borked
try changing the qb-targets onSelect to action in client.lua
line 323 and 340
ill restart server for a sec and try it again lol. if fucked up some shit
did that fix it?
found an issue with qb and the tracker item also. Should be fixed now
its working atm
this is the item i got when i removed the tracker of the car
if i use that item as a trackr
yeah you used the wrong images haha
yeah that's what I just fixed
download latest version
also fixed the qb-target thing
ok ty
How did you manage Vehicle Tracker to work?? 🤔