SA-MP Forums Archive
[HELP]/skin id walking style - 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]/skin id walking style (/showthread.php?tid=568196)



[HELP]/skin id walking style - fuckingcruse - 20.03.2015

Hello all my friend make a skin id cmd , and it's working cool, but the walking style is not good , can anyone say me how to change it?


Re: [HELP]/skin id walking style - Fantje - 20.03.2015

Please explain more/give us the code?


Re: [HELP]/skin id walking style - SickAttack - 20.03.2015

Some skins just walk/run like that (by default), if you want all of them to walk/run the same and somehow fast, then add this under OnGameModeInit():
pawn Код:
UsePlayerPedAnims();
https://sampwiki.blast.hk/wiki/UsePlayerPedAnims


Re: [HELP]/skin id walking style - Abagail - 20.03.2015

You mean the ped animations? You can typically just remove this line from OnGameModeInit to toggle CJ run:
pawn Код:
UsePlayerPedAnims();
https://sampwiki.blast.hk/wiki/UsePlayerPedAnims


Re: [HELP]/skin id walking style - fuckingcruse - 20.03.2015

I must remove or add it? Say me one thing lol , I thing I must add it!!


Re: [HELP]/skin id walking style - SickAttack - 20.03.2015

Quote:
Originally Posted by fuckingcruse
Посмотреть сообщение
I must remove or add it? Say me one thing lol , I thing I must add it!!
Abagail messed up, by adding that the walking/running style will be like single player or the way CJ (single player character) walks/runs, if you remove it the default walking/running style will take place in-game.


Re: [HELP]/skin id walking style - fuckingcruse - 20.03.2015

Sure thanks Greaks :P +rep


Re: [HELP]/skin id walking style - EiresJason - 20.03.2015

Add it to make everyone run like CJ.

Remove it to keep the walking style dependent on the skin.

EDIT: Too late :P

Quote:
Originally Posted by SickAttack
Посмотреть сообщение
...then add this under OnGameModeInit():...
I think he was confused because Abagail said to remove it when you said to add it He wasn't sure which one he should do.