qb-garages
qb-garages copied to clipboard
QB Phone Not Working with Vehicles
Hello,
i'm not sure why but when you click the vehicle icon within QB phone, there is nothing displayed. No client side or server side issues arise to point to. I otherwise am enjoying your garages, better then the core downloaded one.
thanks for all you do and hope to see a solution soon :)
It happens to me too.
I'll look into it.
Hello I fixed by my self so I shared it to you
Just missing an "S" from
server.lua - line 415
QBCore.Functions.CreateCallback('qb-garage:server:GetPlayerVehicles', function(source, cb)
change by
QBCore.Functions.CreateCallback('qb-garages:server:GetPlayerVehicles', function(source, cb)
Can you help me in return? I can't debug the functionality to track the vehicle from the phone
There is an export in my garages script (TrackVehicleByPlate)
use it like this:
exports['qb-garages']:TrackVehicleByPlate(plate)
May I ask maybe for a template to set up a garage for a gang please? I don't quite understand well how it works