Girl Walk Problem on Server. :/ . Plz help
#1

Ok so we have had this now since the start of our gamemode, i havent been able to figure it out and its really pissing me off.
And all players have noticed this.
No matter if its a male or female skin, the players run like the females skins would.
Ive attached my onrequest , and my skin codes, can you please tell me what i should do?
cant figure it out
Код:
OnGameModeInit ()
  for(new i = 0; i < 299; i++)
  {
    if(IsValidSkin(i))
    {
      AddPlayerClass(i,0.0,0.0,0.0,0.0,4,1,-1,-1,-1,-1);
    }
  }
  return 1;



}
tyvm in advance
Reply
#2

I think you need this:

UsePlayerPedAnims:

pawn Код:
UsePlayerPedAnims();
put that under OnGameModeInit
Reply
#3

I'm surprised to hear that they all run like women, as the default run is CJ's. But as the previous poster mentioned, UsePlayerPedAnims(); should do the trick.. to find out more, click HERE.
Reply
#4

lol ty =]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)