• 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 Car radio system V3 (rcore radio) (1 Viewer)

berrego

Member
Joined
Oct 29, 2022
Messages
7
Reaction score
15
Points
3
Credits
300
1667559947300.png 1667559970316.png
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 VIPs only (You need to code it your self there is an open file for this)
  • Option to edit/save/add 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, helicopter, plane, sub, train, etc)
  • Option to create a default music list in the vehicle in config
  • You can create your playlist
  • In config, you can set up default radio stations!
  • Blacklist URL
  • Discordwebhook logs!
  • Support high_3dsound!

    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;
 

Attachments

  • Car Music System V3 [Standalone].rar
    156.2 KB · Views: 108
  • Post hidden due to user being banned.

runchan

Well-known member
Joined
Sep 10, 2023
Messages
286
Reaction score
27
Points
28
Credits
959
Gracias por este sistema lo probare, me encanta
 
  • Post hidden due to user being banned.

.trangerr

Member
Joined
Mar 12, 2024
Messages
31
Reaction score
4
Points
8
Credits
53
View attachment 3929 View attachment 3930
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 VIPs only (You need to code it your self there is an open file for this)
  • Option to edit/save/add 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, helicopter, plane, sub, train, etc)
  • Option to create a default music list in the vehicle in config
  • You can create your playlist
  • In config, you can set up default radio stations!
  • Blacklist URL
  • Discordwebhook logs!
  • Support high_3dsound!

    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;
-=Stripped Content=-
Thanks for the share.. Will check this out in a little bit.
 

dube4101

Active member
Joined
Mar 17, 2024
Messages
120
Reaction score
4
Points
18
Credits
14
View attachment 3929 View attachment 3930
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 VIPs only (You need to code it your self there is an open file for this)
  • Option to edit/save/add 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, helicopter, plane, sub, train, etc)
  • Option to create a default music list in the vehicle in config
  • You can create your playlist
  • In config, you can set up default radio stations!
  • Blacklist URL
  • Discordwebhook logs!
  • Support high_3dsound!

    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;
-=Stripped Content=-
Looks awesome but too much credit for it
 

tuhboof

Member
Joined
Mar 22, 2024
Messages
31
Reaction score
1
Points
8
Credits
41
can u send me the proper format for SQL it is not reading it properly the way u typed it out.
 

Users who are viewing this thread

Top