Skip to Content

Installation

Basic installation instructions for prism_carplay

Asset download

To find the asset, you must have made the purchase using your own keymaster account. Otherwise, you can use the transfer system to move the asset to a different keymaster account.

Once the purchase is made on our official website, you will receive your asset directly in your cfx portalย  in your own panel you can download the asset and install it following the following documentation.

Dependencies

prism-mediatool must be started before prism_carplay in your server.cfg.

Installation

  • Ensure all dependencies are installed [ prism-mediatoolย  ]
  • Edit configuration as desired (Optional)
  • Drag-and-drop our script : Drag prism_carplay in to your resources directory and add ensure prism_carplay to your server.cfg after all dependencies.
  • Restart your server.

Item Setup (Tuner Chip)

The tuner chip item (tunerchip) is required to unlock the Statistics and Modifications tabs. Add the item to your frameworkโ€™s item list:

QBCore / QBX:

['tunerchip'] = { name = 'tunerchip', label = 'Tuner Chip', weight = 200, type = 'item', image = 'tunerchip.png', unique = true, useable = true, shouldClose = true, description = 'A performance tuner chip for vehicle modifications' },

ESX:

INSERT INTO `items` (`name`, `label`, `weight`) VALUES ('tunerchip', 'Tuner Chip', 200);

The item image (tunerchip.png) is included in the ITEM IMAGES folder of the resource.

Framework Compatibility

Prism CarPlay works standalone and does not require ESX or QBCore to function. However, it supports framework item systems for the tuner chip feature:

  • ESX - RegisterUsableItem for tuner chip
  • QBCore - CreateUseableItem for tuner chip
  • Standalone - Use the /tunerchip command instead
Last updated on