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
Last updated
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
Last updated
Download & Extract: Place the script in your resources
folder
Note: Ensure that is installed and running. (Required Dependency)
Add to Server CFG: Add ensure cs_carplay
& ensure xsound
in your server.cfg
Configure Settings: Modify config.lua
as needed
Add 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:
Modify the config.lua
file to customize the script:
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
and radioinstaller
)
Every time a player plays music in CarPlay, it will send a log message to the specified Discord channel
When players open CarPlay, they will see these preloaded songs and can play them instantly
This setting controls which vehicles can or cannot use the CarPlay system. You can either blacklist (block) or whitelist (allow only specific vehicles).
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).