Installation
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ย - Provides
medialib, received via portal
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_carplayin to yourresourcesdirectory and addensure prism_carplayto yourserver.cfgafter 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 -
RegisterUsableItemfor tuner chip - QBCore -
CreateUseableItemfor tuner chip - Standalone - Use the
/tunerchipcommand instead