CLEO Help Move while performing animation

CLEO related
Status
Not open for further replies.

lol7

Active member
Joined
Apr 3, 2013
Messages
120
Reaction score
1
Location
Blumenau, Santa Catarina, Brasil
Can somebody tell me how to perform animation while with the ability to freely move around? How can I perform the following cleo code while sprinting and/or walking?
Code:
0605: actor $PLAYER_ACTOR perform_animation "HIT_walk" IFP "PED" framedelta 4.0 loop 1 lockX 1 lockY 0 lockF 1 time -1
There's a video demonstrating that:

https://www.youtube.com/watch?v=uAbn3McKpl4

Edited: Can someone teach me how to send animation packets to the server?
 

Opcode.eXe

Expert
Joined
Feb 18, 2013
Messages
1,486
Reaction score
227
Location
( ͡° ͜ʖ ͡°)
There are more opcodes to play animations..
http://gtag.gtagaming.com/opcode-database/browse/Animation/

Use this:
0A1A: task_play_anim_secondary 88@ anim "HIKER_POSE_L" ifp "MISC" framedelta 4.0 loop 0 lockX 0 lockY 0 lockF 1 time -1
0A1A - Anim can be performed while walking.

http://gtag.gtagaming.com/opcode-database/opcode/0A1A/
 

QSTYLEZZ

Active member
Joined
Oct 19, 2014
Messages
117
Reaction score
0
lol7 link said:
Can somebody tell me how to perform animation while with the ability to freely move around? How can I perform the following cleo code while sprinting and/or walking?
Code:
0605: actor $PLAYER_ACTOR perform_animation "HIT_walk" IFP "PED" framedelta 4.0 loop 1 lockX 1 lockY 0 lockF 1 time -1
There's a video demonstrating that:

https://www.youtube.com/watch?v=uAbn3McKpl4

dutch?
 

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
lol7 link said:
So why when I ask players if they see me performing animation, they always say I'm not?
It's not synch...
The guy in that video did /handsup and unfroze himself, that's why other people saw him sliding while doing that animation.
 

lol7

Active member
Joined
Apr 3, 2013
Messages
120
Reaction score
1
Location
Blumenau, Santa Catarina, Brasil
TH3RM4L link said:
It's not synch...
The guy in that video did /handsup and unfroze himself, that's why other people saw him sliding while doing that animation.
I don't think so. I think like what T3KTONIT(cVec) said in a comment on that video: "actually they can be done by sending animations , not performing them".
 
Status
Not open for further replies.
Top