SpicyTasty DOCS
WEBSTOREDISCORDYOUTUBE
  • 🚨READ ME
    • 🌶️Welcome to SpicyTasty
  • 📚SCRIPTS
    • RADIO
      • Installation
        • STEP 1
        • STEP 2
        • STEP 3
        • STEP 4
          • ORIGEN inventory
          • AK47 inventory
          • PS inventory
          • CORE inventory
          • OX inventory
          • LJ inventory
          • QB inventory
          • TGIANN inventory
          • CODEM inventory
          • QS inventory
        • STEP 5
        • STEP 6 (OPTIONAL)
      • Common Errors
      • Snippets
        • Exports
        • pma-voice
        • Add to Store/Shop
      • Config
    • NOTIFY
      • Installation
        • STEP 1
        • STEP 2
        • STEP 3
        • STEP 4
          • ESX
          • QBCore
      • Exports
      • Job Banners
  • BLINDBOX
    • Installation
  • 🫒PROPS
    • BUBUS
      • Installation
        • STEP 1
        • STEP 2
        • STEP 3
        • STEP 4
        • Step 5
          • stUsableProps
          • stBlindBox
    • BOTS
      • Installation
        • STEP 1
        • STEP 2
        • STEP 3
        • STEP 4
        • Step 5
          • stUsableProps
          • stBlindBox
Powered by GitBook
On this page
  • Can't talk on radio when is dead
  • Change the default pma-voice sounds to those of stRadio

Was this helpful?

  1. SCRIPTS
  2. RADIO
  3. Snippets

pma-voice

Here you can see modifications to improve the roleplay experience.

PreviousExportsNextAdd to Store/Shop

Last updated 3 months ago

Was this helpful?

Can't talk on radio when is dead

  • Go to file pma-voice/client/module/radio.lua

  • Search function isDead()

  • Replace that function with this one

function isDead()
	if LocalPlayer.state.isDead then
		return true
	elseif IsPlayerDead(PlayerId()) then
		return true
	elseif exports['stRadio']:isDead() then
		return true
	end
end
  • Save the file and done!

Change the default pma-voice sounds to those of stRadio

  1. Go to [stRadio].pack.zip

  2. Go to STEP-6 folder and drop the "ui" folder inside of pma-voice folder

EXAMPLE:

📚
You will see this