Posts: 91
Threads: 20
Joined: Jun 2008
Reputation:
0
Oh , i've got a problem with the skins. I use a RPG Server , and all Skins [ 199 ] have same RUN ... why ?
I want like Grove Skins to have them run , old man to have them RUN , etc.
How can i do that ?
Posts: 74
Threads: 3
Joined: Apr 2008
Reputation:
0
Search for UsePlayerPedAnims(); and delete this line
Posts: 1,293
Threads: 6
Joined: Jul 2008
Reputation:
0
If you want skins to run "realistically" (Old man is slow, "gangsta" is fast) it does this by default.
If you want all skins to run the same way, add this your gamemode: UsePlayerPedAnims();
Posts: 74
Threads: 3
Joined: Apr 2008
Reputation:
0
So I was right -.-
You confused me ^^