SA-MP Forums Archive
Hello EveryBody Need Help. - 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: Hello EveryBody Need Help. (/showthread.php?tid=528004)



Hello EveryBody Need Help. - arlindi - 25.07.2014

Hello all.
How are you.
I want to create a Skins(Class's) Go more slowly when run or stamita.
Help mee Please


Re: Hello EveryBody Need Help. - arlindi - 25.07.2014

AnyOne?


Re: Hello EveryBody Need Help. - Beckett - 25.07.2014

What do you mean try to explain what you want briefly.


Re: Hello EveryBody Need Help. - arlindi - 25.07.2014

I want to create the skins(classes) to go more slow when player run(when player press space) can to help mee ?


Re: Hello EveryBody Need Help. - arlindi - 25.07.2014

Anyone


Re: Hello EveryBody Need Help. - ViniBorn - 25.07.2014

Are you using UsePlayerPedAnims?


Re: Hello EveryBody Need Help. - arlindi - 25.07.2014

Yes but nothing happend


Re: Hello EveryBody Need Help. - Beckett - 25.07.2014

You must remove/comment that not use it.


Re: Hello EveryBody Need Help. - arlindi - 26.07.2014

What to remove ?


Re: Hello EveryBody Need Help. - Don_Cage - 26.07.2014

Search for UsePlayerPedAnims(); and comment that out.
Like this
pawn Код:
//UsePlayerPedAnims(); When you put '//' before a line it comments that line out which means it will be ignored by the compiler