Used Vehicles
RoadPhone and RoadPad
This adds the CarTrader marketplace app to RoadPhone, RoadPad or both.
Set the integration
Open config/config.lua and set the integration for each device you use:
Config.Phone = "roadphone"Config.Tablet = "roadpad"Add the app
Add this entry to the AppStore array:
{
"name": "CarTrader",
"light_icon": "https://cfx-nui-jg-usedvehicles/marketplace-apps/app-icon.png",
"dark_icon": "https://cfx-nui-jg-usedvehicles/marketplace-apps/app-icon.png",
"default": true,
"category": "apps",
"custom_app_id": "jg_usedvehicles",
"redirect": "custom_app",
"url": "https://cfx-nui-jg-usedvehicles/marketplace-apps/roadphone/ui/index.html",
"darkmode": true,
"allowJobs": [],
"disallowJobs": [],
"custom_event": {
"active": false,
"closeWhenOpenApp": false
}
}{
"name": "CarTrader",
"icon": "https://cfx-nui-jg-usedvehicles/marketplace-apps/app-icon.png",
"default": true,
"category": "apps",
"custom_app_id": "jg_usedvehicles",
"redirect": "custom_app",
"url": "https://cfx-nui-jg-usedvehicles/marketplace-apps/roadpad/ui/index.html",
"darkmode": true,
"allowJobs": [],
"disallowJobs": [],
"custom_event": {
"active": false,
"closeWhenOpenApp": false
}
}Restart and test
Restart RoadPhone or RoadPad, then restart jg-usedvehicles.
Open the device and confirm the CarTrader app appears and loads marketplace listings.
Last updated 27 August 2026