Setup
This is a detailed setup guide for Car Play Pro. If you have any questions before making a purchase, you can contact us on Discord
Installation
Download & Extract: Place the script in your
resources
folderNote: Ensure that xsound is installed and running. (Required Dependency)
Add to Server CFG: Add
ensure cs_carplay
&ensure xsound
in yourserver.cfg
Configure Settings: Modify
config.lua
as neededAdd Inventory Items
(Only QB & ESX) (Optional)
:Ox Inventory: Add the following to
ox_inventory/data/items.lua
:QB Inventory: Add the following to
qb-core/shared/items.lua
:ESX Inventory: Run the following SQL query in your database:
Configuration
Modify the config.lua
file to customize the script:
General Framework Settings
Car Play Access
UseWithCommand → Enables or disables CarPlay activation using a chat command (default:
/carplay
). If enabled, players can type the command to open CarPlay.UseWithKey → Allows players to open CarPlay using a keybind (default:
J
). If disabled, the keybind will not work.UseWithItem → Restricts CarPlay usage to an inventory item (
carplay
). If enabled, players must have the item in their inventory to use CarPlay.Restrict_Radio → Limits CarPlay access to specific jobs, gangs, Ace permissions, or Discord roles. If left empty, everyone can use it.
RadioInstall → Requires mechanics to install CarPlay in vehicles manually before it can be used. Optionally, this can be restricted to only player-owned vehicles and requires specific items (
carplay
andradioinstaller
)
Extra Options
Discord Logs
Every time a player plays music in CarPlay, it will send a log message to the specified Discord channel
Default Playlist
When players open CarPlay, they will see these preloaded songs and can play them instantly
Restriction System
This setting controls which vehicles can or cannot use the CarPlay system. You can either blacklist (block) or whitelist (allow only specific vehicles).
Free Google AI Integration → Click For Tutorial Guide
EnableAIChat = false
→ Enables or disables AI chat inside CarPlay.apiKey = "YOUR_GOOGLE_GEMINI_API_KEY"
→ Replace with your Google Gemini API key to activate AI chat.model = "gemini-2.0-flash"
→ AI model to use ("gemini-1.5-pro"
for better responses).
Last updated