Running Style
#1

There is a function for OnGameModeInit to disable the custom running styles, its something like UsePeds, i dont remember the name, i tried to search on ****** but couldn't find the function
So when i add this, all skins have CJ running styles
Reply
#2

UsePlayerPedAnims();
Reply
#3

https://sampwiki.blast.hk/wiki/Category:Scripting_Functions
Reply
#4

If you want to walk like the CJ, use UsePlayerPedAnims (); In OnGameModeInit
If you want to walk with the other floor, remove this function.
Reply
#5

pawn Код:
public OnGameModeInit()
{
     UsePlayerPedAnims();
     return 1;
}
Reply
#6

You could also create a command for switching the styles, but the main part is:
pawn Код:
UsePlayerPedAnims();
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)