SA-MP Forums Archive
Girl Walk Problem on Server. :/ . Plz help - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Girl Walk Problem on Server. :/ . Plz help (/showthread.php?tid=73252)



Girl Walk Problem on Server. :/ . Plz help - fallen - 13.04.2009

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



Re: Girl Walk Problem on Server. :/ . Plz help - member - 13.04.2009

I think you need this:

UsePlayerPedAnims:

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



Re: Girl Walk Problem on Server. :/ . Plz help - Weirdosport - 13.04.2009

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.


Re: Girl Walk Problem on Server. :/ . Plz help - fallen - 13.04.2009

lol ty =]