SA-MP Forums Archive
[HELP] Change Abilities - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP] Change Abilities (/showthread.php?tid=351538)



[HELP] Change Abilities - Saw® - 16.06.2012

Hi , i wanna change the running, Jumping Abilities of a Team,
Like a player in Team X run normaly , but a Zombie for example run The double speed of a normal player , how to done it ? thanks.
i hope you help me.
Regards Saw®


Re: [HELP] Change Abilities - Andregood - 16.06.2012

I'll give you some hints.

Speed = Animation, cj animation.

Jump = Velocity.

Use the search function if you need examples.


Re: [HELP] Change Abilities - Saw® - 16.06.2012

ok , so how to accelerate the player's animation ?(speed)


Re: [HELP] Change Abilities - Andregood - 16.06.2012

You'll have to find the required animation, use the cj speed animation for it. Very easily put.


ApplyAnimation(playerid,"PED","sprint_civi",4.1,1, 1,1,1,1);