Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script Car Play UI Script Free

mcuffin97/

Member
Joined
Feb 12, 2023
Messages
4
Reaction score
13
Points
156
Location
wales
Anyone having issue with ui not working
 

Attachments

  • IMG_9999.jpeg
    IMG_9999.jpeg
    190.3 KB · Views: 2,315

kaandinc096

Bronze Elite
Joined
May 11, 2021
Messages
11
Reaction score
1,252
Points
296
hello i have a problem when a players join i need to restart script because last person cant use carplay how do i fix it ?
 

mariusholzer

Bronze Elite
Joined
Oct 14, 2022
Messages
14
Reaction score
2
Points
166
Location
Berlin
hello i have a problem when a players join i need to restart script because last person cant use carplay how do i fix it ?
Change this
AddEventHandler('onResourceStart', function(resource)
Wait(2000)
SendNUIMessage(
{
type = "set_position",
position = Config.NavigatorPosition
}
)
SendNUIMessage(
{
type = "setCStreetWaypoint",
bool = Config.DisplayCurrentStreet
}
)
SendNUIMessage(
{
type = "useKm",
bool = Config.Km
}
)
SendNUIMessage(
{
type = "setApps",
apps = json.encode(Config.Apps),
blacklist = Config.BlackListSongs,
draggable = Config.Draggable,
draggable_key = Config.RemoveFocusKey
}
)
TriggerServerEvent("complete_carplay:GetData")
end)
 
Top