Premium GPS Script Ursprünglicher Preis war: $50.99Aktueller Preis ist: $23.99.
Back to products
Lab Storage (ESX/QB) Ursprünglicher Preis war: $56.99Aktueller Preis ist: $35.99.

Premium Radio Script

Ursprünglicher Preis war: $44.99Aktueller Preis ist: $29.99.

PMA-Voice / SaltyChat compatible

qbCore version

Features

Jammer feature
Radio theme change
To see the players in the channel you are connected to
Do not mute people who bother you on the channel you are connected to (pma-voice only)
Private encrypted channels
Volume down, volume up
PMA Voice and Saltychat

$ USD
  • $ USD
  • € EUR
  • £ GBP
  • $ AUD
  • R$ BRL
  • Instant Download
  • Satisfaction Guarantee
  • 100% Open Source
Beschreibung

Config file:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
Config = {}
-- Voice system selection: "pma-voice" or "saltychat".
Config.VoiceSystem = "pma-voice"
-- Use a custom notification system (true) or the default one (false).
Config.UseCustomNotify = false
-- Radio item name
Config.RadioItem = "radio"
Config.RadioToggleKey = "O"
-- Restricted channels for professions.
Config.RestrictedChannels = {
[1] = { police = true, ambulance = true },
[2] = { police = true, ambulance = true },
[3] = { police = true, ambulance = true },
[4] = { police = true, ambulance = true },
[5] = { police = true, ambulance = true },
[6] = { police = true, ambulance = true },
[7] = { police = true, ambulance = true },
[8] = { police = true, ambulance = true },
[9] = { police = true, ambulance = true },
[10] = { police = true, ambulance = true }
}
-- Jammer settings to interfere with communication.
Config.JammerSettings = {
available = true, -- Jammers are available in the game.
item_name = 'jammer', -- Name of the jammer item used by players.
restricted_jobs = { police = true }, -- Only certain jobs can use jammers.
object = "sm_prop_smug_jammer", -- Object representing the jammer in the game world.
min_distance_between_jammers = 15, -- Minimum distance allowed between two jammers.
range = 10.0, -- Effective range of the jammers.
}
-- Maximum frequency value allowed in the game's radio communication system.
Config.MaxFrequency = 999
-- Default language/locale for the game's text-based content (English).
Config.Locale = 'en'
-- ! PMA Voice Configs
-- Radio communication effects and animation settings.
-- Enable radio submix (voice sounds like on real radio).
Config.RadioEffect = true
-- Enable animation while talking on the radio.
Config.RadioAnimation = true
-- Default keybind for talking on the radio (CAPS).
Config.RadioKey = 'CAPS'
Config = {} -- Voice system selection: "pma-voice" or "saltychat". Config.VoiceSystem = "pma-voice" -- Use a custom notification system (true) or the default one (false). Config.UseCustomNotify = false -- Radio item name Config.RadioItem = "radio" Config.RadioToggleKey = "O" -- Restricted channels for professions. Config.RestrictedChannels = { [1] = { police = true, ambulance = true }, [2] = { police = true, ambulance = true }, [3] = { police = true, ambulance = true }, [4] = { police = true, ambulance = true }, [5] = { police = true, ambulance = true }, [6] = { police = true, ambulance = true }, [7] = { police = true, ambulance = true }, [8] = { police = true, ambulance = true }, [9] = { police = true, ambulance = true }, [10] = { police = true, ambulance = true } } -- Jammer settings to interfere with communication. Config.JammerSettings = { available = true, -- Jammers are available in the game. item_name = 'jammer', -- Name of the jammer item used by players. restricted_jobs = { police = true }, -- Only certain jobs can use jammers. object = "sm_prop_smug_jammer", -- Object representing the jammer in the game world. min_distance_between_jammers = 15, -- Minimum distance allowed between two jammers. range = 10.0, -- Effective range of the jammers. } -- Maximum frequency value allowed in the game's radio communication system. Config.MaxFrequency = 999 -- Default language/locale for the game's text-based content (English). Config.Locale = 'en' -- ! PMA Voice Configs -- Radio communication effects and animation settings. -- Enable radio submix (voice sounds like on real radio). Config.RadioEffect = true -- Enable animation while talking on the radio. Config.RadioAnimation = true -- Default keybind for talking on the radio (CAPS). Config.RadioKey = 'CAPS'
Config = {}

-- Voice system selection: "pma-voice" or "saltychat".
Config.VoiceSystem = "pma-voice"

-- Use a custom notification system (true) or the default one (false).
Config.UseCustomNotify = false

-- Radio item name
Config.RadioItem = "radio"

Config.RadioToggleKey = "O"

-- Restricted channels for professions.
Config.RestrictedChannels = {
    [1] = { police = true, ambulance = true },
    [2] = { police = true, ambulance = true },
    [3] = { police = true, ambulance = true },
    [4] = { police = true, ambulance = true },
    [5] = { police = true, ambulance = true },
    [6] = { police = true, ambulance = true },
    [7] = { police = true, ambulance = true },
    [8] = { police = true, ambulance = true },
    [9] = { police = true, ambulance = true },
    [10] = { police = true, ambulance = true }
}

-- Jammer settings to interfere with communication.
Config.JammerSettings = {
    available = true,                    -- Jammers are available in the game.
    item_name = 'jammer',                -- Name of the jammer item used by players.
    restricted_jobs = { police = true }, -- Only certain jobs can use jammers.
    object = "sm_prop_smug_jammer",      -- Object representing the jammer in the game world.
    min_distance_between_jammers = 15,   -- Minimum distance allowed between two jammers.
    range = 10.0,                        -- Effective range of the jammers.
}

-- Maximum frequency value allowed in the game's radio communication system.
Config.MaxFrequency = 999

-- Default language/locale for the game's text-based content (English).
Config.Locale = 'en'

-- ! PMA Voice Configs
-- Radio communication effects and animation settings.
-- Enable radio submix (voice sounds like on real radio).
Config.RadioEffect = true
-- Enable animation while talking on the radio.
Config.RadioAnimation = true
-- Default keybind for talking on the radio (CAPS).
Config.RadioKey = 'CAPS'

 

Reviews (0)
How to install

Mods that will extend Roleplay

  • Money-Back Guarantee: If you're not satisfied, we've got you covered with a no-questions-asked refund policy.
  • Exclusive Content: Our mods and scripts are professionally crafted and exclusive to our platform.
  • Trusted by the Community: Join thousands of FiveM server owners who rely on us for quality resources.
  • High-Quality Design: Built with optimized coding practices for top-tier performance.
  • Seamless Integration: Easily install and run on any FiveM server without compatibility issues.
  • Customizable Options: Adjust settings and features to fit your server's unique style.
  • Optimized Performance: Tested to ensure minimal resource usage and maximum efficiency.
  • Lifetime Updates: Stay ahead with ongoing updates and improvements included at no extra cost.