Trundles Roleplay Animations [Updated 7-11-19]

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

How do I make this delete every prop? Some props like cig and cigar donā€™t remove. Also even with this if you do box, cheer, smoke, cheer in that order even X doesnā€™t remove any of them

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)

Great mod! Is there a way so when people type /emotes a list of the commands pop up?

how to add anim dance nightclub in esx_animation ?
pleas help me

Add a key to the animation?

Yes!
20char

Amazing job man, but when I use Notes animation I still have it in my hands after cancelling animation. Any fix for this?

It would be nice to put this animation in a button https://clips.twitch.tv/GiftedLittleNewtDerp

Anyone know the snorting coke animation?

1 Like

Awesome script, thank you! Is there anyway to send the user a list of all of the animations when they type just /e or /elist ? Iā€™ve also noticed there is no bind of any sort to cancel an animation instead of the user having to type out /e <animation> again :frowning: