Posts: 309
Threads: 88
Joined: Sep 2011
Reputation:
0
Hi , i'm asking myself a lot of times , can we change the player's speed (or called Cj animation) ?
will it be like speed hack ?
- If we can change it , sould i put it under Public OnplayerKey.. ?
Thank you.
Posts: 435
Threads: 24
Joined: Jun 2011
Reputation:
0
KEY_SPRINT
@[NWA]Hannes : "sprint_civi" from animlib "PED" is CJ Run animation.
Posts: 309
Threads: 88
Joined: Sep 2011
Reputation:
0
So i just have to choose one the two choices? :
Puting ApplyAnimation(playerid,"PED","sprint_civi",5,1,1, 1,1,1);
or UsePlayerPedAnims(); ?
Posts: 435
Threads: 24
Joined: Jun 2011
Reputation:
0
UsePlayerPedAnims will enable it FOR ALL THE PLAYERS. I meant to apply it to specific players.