CLEO Help FORCE WALK ANIMATION

CLEO related
Status
Not open for further replies.
D

Deleted member 52446

Guest
I play on a server where certain actions block the character.
For example: When you need to fix your vehicle, the character makes a certain animation, until the repair is complete.
I managed to cheat on this, but the character gets no walking or running animation by simply sliding.

I would like to know if there is any way to force the animation to walk or run, so that the character does not slide as shown in the video below.

SAMP: 0.3.7 R1
I use sampfuncs


Code to bypass freeze

PHP:
01B4: set_player $PLAYER_CHAR can_move 1
04D7: set_actor $PLAYER_ACTOR locked 0
 

_Safa

Well-known member
Joined
Sep 22, 2019
Messages
294
Reaction score
99
Location
UGBASE
if there are anims hook incoming rpc ID for ApplyAnim and return false. This results in no animations will be played on your char.
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
882
Location
Lithuania
To stop the animation use this:
0605: actor $PLAYER_ACTOR perform_animation_sequence "ParkSit_W_loop" IFP_file "BEACH" 4.0 loop 0 0 0 0 time 1
 

Sam201

Well-known member
Joined
Sep 22, 2014
Messages
233
Solutions
1
Reaction score
15
To stop the animation use this:
0605: actor $PLAYER_ACTOR perform_animation_sequence "ParkSit_W_loop" IFP_file "BEACH" 4.0 loop 0 0 0 0 time 1
I think he meant to force the players view to see him walking / running normally without sliding
 
Status
Not open for further replies.
Top