![[ESX/QBCore] MSK Radio main image](https://forum-cfx-re.akamaized.net/optimized/5X/9/b/8/9/9b89744566b84e29247cbb93afca27b1acea1910_2_690x388.jpeg)
Price
UnknownA script by MSK-Scripts
Price
UnknownTebex [4.99€ incl. VAT] - about 80% is encrypted
Tebex [9.99€ incl. VAT] - about 10% is encrypted
Config = {}
----------------------------------------------------------------
Config.Locale = 'de'
Config.Debug = true
Config.VersionChecker = true
----------------------------------------------------------------
-- !!! This function is clientside AND serverside !!!
Config.Notification = function(source, message, info)
if IsDuplicityVersion() then -- serverside
MSK.Notification(source, 'MSK Radio', message, info)
else -- clientside
MSK.Notification('MSK Radio', message, info)
end
end
----------------------------------------------------------------
Config.Framework = 'ESX' -- Set to 'ESX' or 'QBCore'
Config.VoiceSystem = 'pma' -- Set to 'saltychat', 'pma' or 'tokovoip'
Config.showMemberListButton = true -- Show Members in your Radio Channel
Config.showSpeakerButton = true -- Share radio talk with nearby players // Only for saltychat
Config.RadioAnimation = true -- Animation while radio is open
Config.RadioAnimationTalking = true -- Animation while talking
Config.DisconnectOnItemRemove = true -- Enable if you want to disconnect from radio if you dont have radio
----------------------------------------------------------------
Config.Command = {
enable = true, -- Use the Command to open the Radio
command = 'radio',
checkItem = true -- Enable if you want to check if the player has the Item
}
Config.Hotkey = {
enable = false, -- Use the Hotkey to open the Radio // Only works if Command is set to true
hotkey = 'J'
}
Config.Item = {
enable = true, -- Use the item to open the Radio
item = 'radio'
}
----------------------------------------------------------------
Config.EncryptedChannels = {
[1] = {'police'},
[1.1] = {'police'},
[2] = {'fib'},
[2.1] = {'fib'},
[3] = {'ambulance'},
[4] = {'doj'},
}
You’ll need one of the following voice systems:
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | ~460 |
Requirements | ESX Legacy, QBCore, msk_core, one of the voicesystems above |
Support | Yes |
No approved reviews found for this script yet.