Price
UnknownA script by _SavageX
Price
Unknown
An all-new version of the radio, redesigned for performance, realism, and advanced communication. Packed with new features and a polished user experience, this script takes in-game communication to the next level.
Features
First-Time Setup – Welcome & setup page on first use.
Job-Locked Channels – Assign unique frequencies to departments/groups.
Favorites & Custom Names – Save and label channels, with persistent storage.
Password-Protected Channels – Keep private comms secure.
Who’s Online & Chat – See members on your frequency and chat directly inside the radio.
Discord Integration – Pulls profile pictures for the chat section.
Multi-Language Support – English, German, French, Russian, Spanish, and Arabic.
Settings Page – Adjust position, scaling, language, and name.
Walk & Talk – Use the radio while walking with ALT.
Realistic Animation & UI – Smooth, responsive interface with sound effects.
Optimized – Runs at 0.00 resmon for maximum performance.
Dependencies


Config = {}
Config.Framework = "auto" -- auto, esx or qb
Config.Inventory = "qb" -- qb or ox, this is used to get the item from the inventory
Config.radioName = "radio" -- radio item name registered in your database/framework
Config.Key = "F7" -- key to open the radio, you can change it to any key you want
Config.defaultVolume = 50 -- default volume of the radio, 0 - 100
Config.Language = "en" -- en, de, fr, ru, es
Config.talkingLoopTime = 500 -- time in ms to update talking status make sure this is not too low to avoid performance issues, RECOMMENDED 500ms or higher
Config.RadioProp = 'prop_cs_hand_radio'
Config.jobChannels = { -- channels where only designated jobs can participate
[1] = {
frequency = { -- Keep the same format and add as many frequencies/jobs/objects as you want
"1",
"2",
"3",
"4",
"5",
},
jobs = {
"police",
}
},
[2] = {
frequency = {
"6",
"7",
},
jobs = {
"ambulance",
}
},
[3] = {
frequency = {
"8",
"9",
"10"
},
jobs = {
"doj",
}
},
}
| Code is accessible | Configuration & Function Files |
| Subscription-based | No |
| Lines (approximately) | 3000+ |
| Requirements | QBCORE/QBOX/ESX |
| Support | Yes |
See what others are saying about this script.
Share your experience and help others.