Preview: https://cdn.discordapp.com/attachments/879476345099411467/1003424356350820362/Untitled.mp4
Dependencies:
Server API (export only) to further integrate this resource to your server (For this you will need your developer)
- GiveRadioToCar(LicensePlate, cb)
In config, you can set that no vehicles have this custom radio. Then on the server with `exports.rcore_radiocar:GiveRadioToCar` you can enable radio in a given vehicle.
- HasCarRadio(LicensePlate)
Checks whether or not the car has this custom radio.
- RemoveRadioFromCar(LicensePlate, CB)
Removes this custom radio from a given vehicle.
These functions enable you to add this custom radio as an option for your mechanics to install it in a car.
Dependencies:
- MySQL / oxmysql / ghmatti
- Onesync enabled
- 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!
Server API (export only) to further integrate this resource to your server (For this you will need your developer)
- GiveRadioToCar(LicensePlate, cb)
In config, you can set that no vehicles have this custom radio. Then on the server with `exports.rcore_radiocar:GiveRadioToCar` you can enable radio in a given vehicle.
- HasCarRadio(LicensePlate)
Checks whether or not the car has this custom radio.
- RemoveRadioFromCar(LicensePlate, CB)
Removes this custom radio from a given vehicle.
These functions enable you to add this custom radio as an option for your mechanics to install it in a car.