• Please report every thread you think might be harmful or does not meet expectations or the link is offline, you will be refunded the credits you paid and the Thread Starter recieves a message to update his content, if its malicious we remove it and warn and eventualy the TS if it reoccurs.

STANDALONE Rcore Car Radio - Car Music System V3 (1 Viewer)

Xeizez

Member
Joined
May 24, 2022
Messages
10
Reaction score
104
Points
28
Credits
896
Have you ever wanted to play some youtube music in FiveM? Blast some old school rap or rock song? You can with this Car Radio script!

In-game radio stations are cool, but we've heard all they have to offer way too many times. This resource allows you to take your favorite artist and blast their hit songs for you and everyone in and around your car! And you can save your songs! Blast it on repeat, baby!
Radio Car Features

  • 3D sound
  • Can run on any framework
  • All is server synced
  • Can play any song from direct URL / Livestream / youtube / radio stream
  • Option to make the radio for VIP's only
  • Option to edit/save music in the vehicle
  • Option to enable the radio from command or key
  • Option to disable music after vehicle engine is off
  • Option to allow the radio to interact from any seats or lock to seat list
  • Option to change music distance for the certain vehicle only
  • Option to have a blacklist for vehicles that can interact with radio
  • Option to have a whitelist for vehicles that can interact with radio
  • Option to disable categories of vehicles such alike (boat, heli, plane, sub, train, etc)
  • Option to create a default music list in the vehicle in config

Forgot to add SQL make sure to runs this sql

CREATE TABLE radiocar_owned (
id int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

ALTER TABLE radiocar_owned
ADD PRIMARY KEY (id);

ALTER TABLE radiocar_owned
MODIFY id int(11) NOT NULL AUTO_INCREMENT;
COMMIT;
 
Last edited:

skyzone

Active member
Joined
May 21, 2021
Messages
76
Reaction score
10
Points
8
Credits
1
Have you ever wanted to play some youtube music in FiveM? Blast some old school rap or rock song? You can with this Car Radio script!

In-game radio stations are cool, but we've heard all they have to offer way too many times. This resource allows you to take your favorite artist and blast their hit songs for you and everyone in and around your car! And you can save your songs! Blast it on repeat, baby!
Radio Car Features

  • 3D sound
  • Can run on any framework
  • All is server synced
  • Can play any song from direct URL / Livestream / youtube / radio stream
  • Option to make the radio for VIP's only
  • Option to edit/save music in the vehicle
  • Option to enable the radio from command or key
  • Option to disable music after vehicle engine is off
  • Option to allow the radio to interact from any seats or lock to seat list
  • Option to change music distance for the certain vehicle only
  • Option to have a blacklist for vehicles that can interact with radio
  • Option to have a whitelist for vehicles that can interact with radio
  • Option to disable categories of vehicles such alike (boat, heli, plane, sub, train, etc)
  • Option to create a default music list in the vehicle in config

-=Stripped Content=-
got to try this
 

asbokid

Active member
Joined
Nov 17, 2021
Messages
156
Reaction score
8
Points
18
Credits
206
you forgot the sql

CREATE TABLE radiocar_owned (
id int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

ALTER TABLE radiocar_owned
ADD PRIMARY KEY (id);

ALTER TABLE radiocar_owned
MODIFY id int(11) NOT NULL AUTO_INCREMENT;
COMMIT;
 
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.

Dannydoodmantv

New member
Joined
Jun 12, 2022
Messages
3
Reaction score
0
Points
1
Credits
1
Have you ever wanted to play some youtube music in FiveM? Blast some old school rap or rock song? You can with this Car Radio script!

In-game radio stations are cool, but we've heard all they have to offer way too many times. This resource allows you to take your favorite artist and blast their hit songs for you and everyone in and around your car! And you can save your songs! Blast it on repeat, baby!
Radio Car Features

  • 3D sound
  • Can run on any framework
  • All is server synced
  • Can play any song from direct URL / Livestream / youtube / radio stream
  • Option to make the radio for VIP's only
  • Option to edit/save music in the vehicle
  • Option to enable the radio from command or key
  • Option to disable music after vehicle engine is off
  • Option to allow the radio to interact from any seats or lock to seat list
  • Option to change music distance for the certain vehicle only
  • Option to have a blacklist for vehicles that can interact with radio
  • Option to have a whitelist for vehicles that can interact with radio
  • Option to disable categories of vehicles such alike (boat, heli, plane, sub, train, etc)
  • Option to create a default music list in the vehicle in config

-=Stripped Content=-
Thanks mate looks good
 
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.

Users who are viewing this thread

Top