Hand On Radio

Yes, if you do reupload please credit @WolfKnight179 and I. I use the actionmenu instead of the /r

2 Likes

Pick up from ground? like as an arrest?

1 Like

i put it in my server but its not working

1 Like

No, like pick up an object (or place it) on the ground. Player bends, stretches his arm to the ground and then goes stright.

1 Like

i wanted @WolfKnight179 permission before i reupload it with his credit.

EDIT: i have gotten permission i have already uploaded it will credit you and it will show a link under your comment so you can check it out

EDIT: [Rewritten][Release]NativeUI M-menu [3.1] there is the link

1 Like

Hey guys, I would love to thank everyone who reuploaded the animation I found, if you like I will link there uploads. @rhys19 and @Deziel0495 are the only I ones I found! [Rewritten][Release]NativeUI M-menu [3.1] is rhys19’s and https://forum.cfx.re/t/release-leoanimations/49254 is Denziel’s amazing upload! Thanks!

2 Likes

Me and @Deziel0495 work together on the LEOAnimations we even have a Discord for it!

1 Like

Ok, cool. I will join!

1 Like

I just join, my nickname is Ebola

2 Likes

dmed you the m menu discord

1 Like

Was trying to make the on key press version for everyone, not sure what I did wrong, but its not working for LEFT ALT - 19

Citizen.CreateThread(function()
	while true do
		Citizen.Wait(0)
		if(IsControlJustPressed(1, 19)) then
			local ped = GetPlayerPed( -1 )
			
			if ( DoesEntityExist( ped ) and not IsEntityDead( ped ) ) then 
				RequestAnimDict( "random@arrests" )
				while ( not HasAnimDictLoaded( "random@arrests" ) ) do 
					Citizen.Wait( 100 )
				end
					if IsEntityPlayingAnim(ped, "random@arrests", "generic_radio_chatter", 3) then
						ClearPedSecondaryTask(ped)
						SetCurrentPedWeapon(ped, GetHashKey("GENERIC_RADIO_CHATTER"), true)
					else
						TaskPlayAnim(ped, "random@arrests", "generic_radio_chatter", 8.0, 2.5, -1, 49, 0, 0, 0, 0 )
						SetCurrentPedWeapon(ped, GetHashKey("GENERIC_RADIO_CHATTER"), true)
					end 
				
		end 
		
		if(IsControlJustReleased(1, 19)) then
			-- do nothing
		end
	end
end)

if someone else wants to pick up where i stopped feel free.

1 Like

try adding a extra end at the bottom just after do nothing control

1 Like

if thats all it is ill be so mad lol

1 Like

np did you get it too work then lol

1 Like

that was all it was, but it was toggle not press release so i had to do some more work, but you helped alot thanks!

1 Like

How can i get the hand on the radio on my RP

Handonradio.rar (869 Bytes) for people that dont no how to do it

1 Like

Great job!
(20 chars)

1 Like

Original_Gamers i wanna make it if i press left alt its makes the command can you give me the server.lua ?

1 Like

I don’t think you understand pressing a key is pointless executing a command, you can assign it so if you press left alt it will perform the hand on radio animation or function.

https://wiki.fivem.net/wiki/Controls