Trundles Roleplay Animations [Updated 7-11-19]

thank you! ill test it out when I can

If you want help with that let me know, I’ve made an item in ESX that when people pick it up it forces you to do the box animation, and then if you drop it, it will cancel the animation.

I enjoy seeing all the suggestions, I’ll try to add some dance moves for the next update.

@TrundleTheGreat I got a list of Dance anims. If you need them, i can pm.

2 Likes

Sure go ahead and I can add them when I get a chance, I’d appreciate it.

Hello i loved your animations but the players of my server can’t see the props of the animations.

Just so people would stop flooding me with PMs, I created a topic.

1 Like

Fixed props not deleting, add this to the end of client.lua

Summary
Citizen.CreateThread(function()
  while true do
  Citizen.Wait(0)
	  if IsControlJustReleased(0, 73) then
	  	ClearPedTasks(GetPlayerPed(-1))
		DetachEntity(prop, 1, 1)
		DeleteObject(prop)
		DetachEntity(secondaryprop, 1, 1)
		DeleteObject(secondaryprop)
	  end

  end
end)

Props are deleted when you press X in the keyboard
IsControlJustReleased(0, 73) set 73 for your own key ID

2 Likes

Did you get this animation?

how do i remove the box

/e box sometimes got glitchy

Sometimes you have to spawn in another ped or else you might have to re-connect

Awesome stuff right here! :grinning:. However it is sometimes annoying when you want to turn on the lights and then you put ur hands up. Anyway to fix it?

Change the keybind so it does not interfere with your lights keybind.

Are the dances from after hours going to be added to this?

1 Like

Anyone know how can i change the command instead to type in chat to press a key to do an animation ?

Great job! I was trying to make this animation https://www.youtube.com/watch?v=C0U46tqX6B8&feature=youtu.be&t=142 “hacking” and taking laptop from a bag but this is to hard for me, I even fund the animation responsible for this. Maybe You can make this.

anim@heists@ornate_bank@hack_heels :arrow_forward:
hack_enter
hack_enter_bag
hack_enter_card
hack_enter_laptop
hack_enter_no_armour_bag
hack_enter_suit_bag
hack_exit
hack_exit_bag
hack_exit_card
hack_exit_laptop
hack_exit_no_armour_bag
hack_exit_suit_bag
hack_loop
hack_loop_bag
hack_loop_card
hack_loop_laptop
hack_loop_no_armour_bag
hack_loop_suit_bag

anim@heists@ornate_bank@hack :arrow_forward:
hack_enter
hack_enter_bag
hack_enter_card
hack_enter_laptop
hack_enter_no_armour_bag
hack_enter_suit_bag
hack_exit
hack_exit_bag
hack_exit_card
hack_exit_laptop
hack_exit_no_armour_bag
hack_exit_suit_bag
hack_loop
hack_loop_bag
hack_loop_card
hack_loop_laptop
hack_loop_no_armour_bag
hack_loop_suit_bag

2 Likes

@xXHonda925Xx
Maybe in the next update when I get more time I’ll consider adding those.

@Mister_Cat
You will need to setup IsControlJustPressed or IsControlJustReleased to trigger these off a key press.

@koles
Look at how the /e surrender command works and you can build off that for multiple animations chained together.

1 Like

You could add some cool dances. The gentleman from twitch give a clip

Hey man, could you possibly add some dance emotes to this pack? Only thing that is missing. Our server loves this.

2 Likes

Anyone know how can i change the command instead to type in chat to press a key to do an animation ?