Theme editor

Phone & 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:
Thread 'Toxic  QBCore -OX inv&target'
Toxic QBCore -OX inv&target - Ready-to-Play Roleplay Base All scripts are open source - no...
Thread 'LB PHONE 🎉 ALL BUGS FIXED - ESX & QBCORE TESTED ✅'
Instagram, TikTok, Tinder, banking apps, and all other applications have been fixed, and the...
Thread 'Toxic  Latest EN QBCore'
The Toxic V3.1 QBCore RP Server Base is a fully open-source, ready-to-play FiveM RP framework...
Thread 'V4 ESX PvP Server Files for FiveM–PvP Gamemode with Arenas and GunGame'
The V4 ESX PvP Server Files offer a complete, combat-focused game mode package for FiveM...
Thread 'FiveM 430+ Car Pack | Unbranded Vehicles for RP Servers'
FiveM Unbranded Vehicle Pack (430 Cars) – Complete Car Collection for RP Servers The FiveM...
Thread 'New QBCore OX Basic Pack'
🚀 What is the New QBCore OX Basic Pack? The New QBCore OX Basic Pack is a pre-configured FiveM...
Thread 'New V3.2 EN QBCore Best FiveM RP Base Newest'
Toxic V3.2 EN QBCore RP Base – FiveM Server Files Download the newest Toxic V3.2 EN QBCore RP...
Thread 'Toxic V3 QBCore'
Toxic V3 QBCore ・Open source・No licensed scripts・ Framework: QBCore QB Version Latest...
Thread 'QBCore Basic RP Base'
QBCore Basic RP Base QBCore Version : '1.3.0' Latest *** Hidden text: You do not have...
Thread 'QBCore V2 FiveM RP base'
The Toxic QBCore V2 RP Server is a fully open-source, ready-to-use FiveM RP server base, built...
Thread 'New Ox QBCore Full Server file'
All scripts are open source - no licensed scripts Framework: QBCore - Newest QBCore Version...
Thread 'LB Tablet Edited Version for QBCore'
LB Tablet Edited Version for QBCore All bugs have been fixed. *** Hidden text: You do not...
Thread 'Paleto Sheriff MLO - FiveM'
Paleto Sheriff MLO - FiveM *** Hidden text: You do not have sufficient rights to view the...
Thread 'Molo Alcatraz Mlo - Tested ✔️'
Molo Alcatraz Mlo - Tested ✔️ Open Sources ✔️ *** Hidden text: You do not have sufficient...
Thread 'Toxic ESX legacy | Server Files'
Toxic ESX legacy | Server File ✔ Latest ESX Legacy Framework ✔ Fully Open-Source – No...
Thread 'Toxic V3 PVP Server File'
Download the Toxic V3 PVP Server File with the old ESX framework. Includes a fully configured...
Thread 'QBCore Latest Server files'
QBCore Latest Server files - Fivem rp base - Download fivem server files Open source・No...
Thread 'Kingmaps Free MLO Pack'
Enhance your FiveM server with the Kingmaps MLO Pack! 🚀 The package includes: 🏪 kingmaps_247...
Thread 'Energy Fast customs Mlo ( clothes + vehicles )'
Energy Fast Customs MLO – FiveM maps for clothes shops and vehicle garages. *** Hidden text...
Back
Top Bottom