Advanced Garages
qb-phone
To fix the integrated qb-phone after removing qb-garages, and to see your owned vehicles on the garages app within the phone, make two modifications to the qb-phone source code.
Go to file qb-phone/client/main.lua
On line 302, replace the event name (or do a find and replace in your text editor), like in the screenshot below:
-- find:
"qb-garage:server:GetPlayerVehicles"
-- replace with:
"jg-advancedgarages:server:GetVehiclesPhone"
Go to file qb-phone/server/main.lua
Comment out lines 229 - 241 like in the screenshot below:
