[FREE] PMA-Voice Better Radio Animations | Scully & RP Emotes supported!

tam_changelog

Improved radio animations with support for rp-emotes and scully_emotemenu

Installation

Add setr voice_enableRadioAnim 0 to your server.cfg

Download the release of ox_lib from & add it to your server.cfg or resources.cfg BEFORE TAM_BetterRadioAnims

Add ensure TAM_BetterRadioAnims to your server or resources cfg file

Download leo animations from gta v mods and add to stream folder

If using scully_emotemenu:

Scully_emotemenu Installation

Add to scully_emotemenu/custom_emotes.lua: Emotes = {}

    {
        Label = 'Radio 2',
        Command = 'radio2',
        Animation = 'radio_chatter',
        Dictionary = 'random@arrests',
        Options = {
            Flags = {
                Loop = true,
                Move = true,
            },
        },
    },
    {
        Label = 'Radio Chest',
        Command = 'radiochest',
        Animation = 'chest_mic',
        Dictionary = 'anim@cop_mic_pose_002',
        Options = {
            Flags = {
                Loop = true,
                Move = true,
            },
        },
    },
    {
        Label = 'Earpiece',
        Command = 'earpiece',
        Animation = 'cellphone_call_listen_base',
        Dictionary = 'cellphone@',
        Options = {
            Flags = {
                Loop = true,
                Move = true,
            },
        },
    },

If using rpemotes:

RP Emotes Installation

Add to rpemotes/client/AnimationListCustom.lua:

CustomDP.Emotes = {}

    ["radio2"] = {
        "random@arrests",
        "radio_chatter",
        "Radio 2",
        AnimationOptions = {
            EmoteLoop = true,
            EmoteMoving = true,
        }
    },
    ["radiochest"] = {
        "anim@cop_mic_pose_002",
        "chest_mic",
        "Radio Chest",
        AnimationOptions = {
            EmoteLoop = true,
            EmoteMoving = true,
        }
    },
    ["earpiece"] = {
        "cellphone@",
        "cellphone_call_listen_base",
        "Earpiece",
        AnimationOptions = {
            EmoteLoop = true,
            EmoteMoving = true,
        }
    },

Credits

Marshular - Original creator, gave explicit permission to release under Three Amigos Modding

Download

Tebex (Open Source & free)

GitHub (Open Source & free)

Changelog
Ver. 3.0.0 - Major refactors, bug fixes, and features added. Full Changelog
Ver. 2.0.0 - major refactor
Ver. 1.0.0 - Initial Release

A B
Code is accessible Yes
Subscription-based No
Lines (approximately) ~200
Requirements ox_lib, LEO Animations
Support Yes
8 Likes

Hey, any preview?:slight_smile:

will be soon

1 Like

Hello dude :saluting_face:
A small WT3 change seems better
so that he doesn’t have to bend down.

2 Likes

what do you mean. I’m confused by this because none of the emotes used cause you to bend over

Version 2.0.0 - Major code refactor

feat: added ability to enable/disable anims
feat: separated drawable types per anim
feat: added ped & vehicle class blacklist
feat: added debug mode
fix: female drawables not working

Hello :slight_smile:
I was talking about that when you pick up the walkie talkie
your tw2 animation does this

so i changed to tw4 because of that

PS: It would be interesting if he could drive while communicating on walkie talkie…
In use with rpemotes

TW2

TW4

I see okay.

Also the animation plays (either handheld or ear piece) while in a car.

yes it does animation, but it stops driving

That’s not something this resource causes. You can drive perfectly fine while talking over the radio.

I think I know what it is :sweat_smile:

I installed this and even followed a tutorial on YouTube, but none of the animations seem to work when clicking and holding my PMA Voice button. I have the numbers setup correctly in the config so I’m not sure what I am doing wrong. Can I get any help?

It doesn’t work for me I don’t have any animation now

Version 3.0.0 update!

This fixed a ton of bugs and added a lot of requested features. See full changelog here: Release v3.0.0 · ThreeAmigosModding/TAM_BetterRadioAnims · GitHub

1 Like

Hey very nice script i love it but i found a problem. When u have for example a Chestradio on and u go to the wardrobe and if you pull it out of the chestradio, it will not be recognized. you will still have the chest animation

I’m confused on what you mean. Could you please open an Issue on Github.

Unfortunately I don’t have the time at the moment, but I’ll try to explain it as best I can.

If I use your script and have e.g. chest anim and shoulderanim enable on true, and if you have set everything correctly for the clothes, everything works.

Let’s say I’m at the LSPD and have a chest radio on and my char also does the chest animation everything is great but if you then go off duty for example and then change clothes and you radio now should actually be the default emote for the radio animation which is not the case. My char then still does the chest animation. Only when you leave the server and rejoin does he then do the default animation

I like the idea, I will try it. Thanks

Interesting. I’ll try and reproduce if i can. Thanks for letting us know.

1 Like