How to change walking style.
#1

Well, you do have 2 options to walk:

Normal: Just like CJ
Weird: Cops, and all the other character( But not CJ)

On this moment, i do just walk weird, and i want to change that to CJ walk mode.


Sorry, bad english.
Reply
#2

Under OnGameModeInit,

pawn Код:
UsePlayerPedAnims();
Reply
#3

Can't find OnGameModeInit.
Reply
#4

You'll have to add it.

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

Where i need to put in it?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)