Theme editor

Radio Radio Animation

Enhance your FiveM server's immersion with our free Radio Animation Script. Ideal for PvP servers or radio script users, it triggers a radio talk animation on key press and stops on release. Paste into client & restart.

radio animation.webp

Code:
local holstered = true



-- RADIO ANIMATIONS --

Citizen.CreateThread(function()
while true do
Citizen.Wait( 0 )
local ped = PlayerPedId()
if DoesEntityExist( ped ) and not IsEntityDead( ped )  then
    if not IsPauseMenuActive() then
        loadAnimDict( "random@arrests" )
        if IsControlJustReleased( 0, 137 ) then -- INPUT_CHARACTER_WHEEL (LEFT ALT)
            TriggerServerEvent('InteractSound_SV:PlayOnSource', 'off', 0.1)
            ClearPedTasks(ped)
            SetEnableHandcuffs(ped, false)
        else
            if IsControlJustPressed( 0, 137 )  and not IsPlayerFreeAiming(PlayerId()) then -- INPUT_CHARACTER_WHEEL (LEFT ALT)
                TriggerServerEvent('InteractSound_SV:PlayOnSource', 'on', 0.1)
                TaskPlayAnim(ped, "random@arrests", "generic_radio_enter", 8.0, 2.0, -1, 50, 2.0, 0, 0, 0 )
                SetEnableHandcuffs(ped, true)
            elseif IsControlJustPressed( 0, 137 )  and IsPlayerFreeAiming(PlayerId()) then -- INPUT_CHARACTER_WHEEL (LEFT ALT)
                TriggerServerEvent('InteractSound_SV:PlayOnSource', 'on', 0.1)
                TaskPlayAnim(ped, "random@arrests", "radio_chatter", 8.0, 2.0, -1, 50, 2.0, 0, 0, 0 )
                SetEnableHandcuffs(ped, true)
            end
            if IsEntityPlayingAnim(GetPlayerPed(PlayerId()), "random@arrests", "generic_radio_enter", 3) then
                DisableActions(ped)
            elseif IsEntityPlayingAnim(GetPlayerPed(PlayerId()), "random@arrests", "radio_chatter", 3) then
                DisableActions(ped)
            end
        end
    end
end
end
end )
 
Last edited by a moderator:
Resource 'QBCore V2 FiveM RP base'
The Toxic QBCore V2 RP Server is a fully open-source, ready-to-use FiveM RP server base, built...
Resource 'Toxic QBCore Server files'
Toxic QBCore Latest Server files - Fivem rp base - Download fivem server Open source・No...
Resource 'Toxic ESX legacy  | Server Files'
Toxic ESX legacy | Server File ✔ Latest ESX Legacy Framework ✔ Fully Open-Source – No...
Resource 'V3 pvp Server File'
Download the Toxic V3 PVP Server File with the old ESX framework. Includes a fully configured...
Resource 'Sandy Shores - REBORN'
GTA V Interior: Sandy Shores Reborn – FiveM MLO custom maps with detailed interiors.
Resource 'Molo narcos island FiveM Mafia pack'
Molo Narcos Island – FiveM Mafia MLO pack with custom cartel maps and detailed interiors.
Resource 'Molo House Cayo Perico & Los santos'
Molo House Cayo Perico & Los Santos – FiveM MLO houses with custom Cayo Perico maps.
Resource 'Altruist Camp GTA V Roleplay Base – FiveM MLO'
A dangerous place for some, but home for others! Experience how the ancestors and the outcasts...
Resource 'Nteam Police department + Hospital'
Nteam Police Department + Hospital MLO – Free open source FiveM maps and interiors.
Resource 'WC Clothing Pack'
WC Clothing Pack FiveM Download the WC Clothing Pack for FiveM – a high-quality standalone...
Resource 'Non-Branded Clothing'
FiveM Non-Branded Clothing Pack 5GB Download the 5GB Knocks Non-Branded Clothing Pack for...
Resource 'Toy Cars BMW, Bugatti & More'
Download the FiveM Toy Cars Pack featuring BMW, Bugatti, and more! Perfect for adding a fun and...
Resource 'Car Pack 15+ Vehicles'
Download the FiveM Car Pack 2025 with 15+ unique vehicles, including Audi Monster, Super Cars...
Resource 'Vehicle Pack Unbranded Cars'
Download FiveM Unbranded Cars Pack. A collection of high-quality non-branded vehicles for...
Resource 'LSPD & EMS 45 Unbranded Vehicle Pack'
🔥 What’s Inside the FiveM LSPD & EMS Vehicle Pack? Upgrade your FiveM roleplay server with this...
Resource 'Roxwood County'
What is Roxwood County? Roxwood county is a map expansion which offers a whole new land mass on...
Resource 'Energy Fast customs Mlo ( clothes + vehicles )'
Energy Fast Customs MLO – FiveM maps for clothes shops and vehicle garages.
Resource 'Molo LSPD HQ'
Molo LSPD HQ – Free FiveM MLO police headquarters map with custom offices and interiors.
Resource 'Molo unicorn'
Molo Unicorn FiveM MLO – Custom nightclub map with detailed roleplay interiors.
Resource 'Artex Cardealer Paleto'
A brand new, totally flawless, totally needed place in Paleto Bay right now! Artex Cardealer...
Back
Top Bottom