[FREE] PMA-VOICE MUTE with UI

PMA-Voice Mute yourselfe

  • A simple script that allows players to mute themselves with the command /mute or with a keybind.

  • There is also a fancy UI, inspired to Brezels Sal…Chat UI, I was still using SChat, but now switched to PMA and wanted the same UI for PMA, so i recreated it.
    I think it’s fair to release it for free and let others enjoy it.

Kuss.

6 Likes

can you add some photos

1 Like

Thanks for the great script for PMA-Voice! It works great ^^

1 Like

just download it bro and start it in ur server.cfg, its a free release, dont have the time to make some videos and stuff like that for a simple script. Use 2 mins of your time and test it yourself. It will look good trust me.

ur welcome

2 Likes

Could you create a trigger to mute the mic so i cloud implement it to qb-ambulancejob when a player dies he cant talk

1 Like

Add something like that into sv.lua

RegisterNetEvent(ddev:mute)
AddEventHandler(ddev:mute, function() 
local src = source
MumbleSetPlayerMuted(src, true)
end)

RegisterNetEvent(ddev:unmute)
AddEventHandler(ddev:unmute, function() 
local src = source
MumbleSetPlayerMuted(src, false)
end)

And then trigger it in your ambulance on death TriggerServerEvent(ddev:mute)
And on Revive TriggerServerEvent(ddev:unmute)

Should work but idk

1 Like

Oooooo can you add a feature in the config to mute the player once they are fully dead, maybe another one too for laststand also?

this works for me, just need to add the quotes to the events like (‘ddev:mute’) and (‘ddev:unmute’)

Yep forgot the qoutes. Have written the code on mobile haha

What is laststand?

i don’t get it… can’t players simply just not talk? :joy:

there are people, that have parents, siblings, wifes and stuff at home, that makes it necessary to mute in some situations.

1 Like

yes… but then again push to talk also exists

ok dizzyrp. then use push to talk. its a free release, so why ur wasting your time with commenting on that… there are players that wont use p2talk and want to have a mute option…

1 Like

i highly doubt that

Oh sorry, in qb-core, when the player dies, they go into a laststand mode (qb-ambulancejob) where they are basically on the floor in animation for a cooldown, they can choose to call EMS or not.

If they get past the cooldown or someone shoots them in the head again while down (last stand) then they die and (just a diff animation)

So would be cool to have a mute for both animations e.g. mute if dead, but can talk if injured and in last stand, for EMS RP etc

You know, we all wish players would just follow the rules, but they don’t.

1 Like

May you can help us :smiley: For our server it doesnt work. We use PMA Voice and the ui works, but the mic isnt muted. Is there anything to change in pma itselfs? We use ESX v1.0 Final

use pm for support

1 Like