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
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 |