How to - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: How to (
/showthread.php?tid=177723)
How to -
Frank_Fricovsky - 19.09.2010
Ok how do i make people walk and hold guns like this :
Re: How to -
Toni - 19.09.2010
I think the only walk the does that is CJ walk.
Try using something like:
UsePlayerPedAnims(); - I can't remember, can someone please correct me if i am wrong.
Re: How to -
Steven82 - 19.09.2010
Quote:
Originally Posted by The Toni
I think the only walk the does that is CJ walk.
Try using something like:
UsePlayerPedAnims(); - I can't remember, can someone please correct me if i am wrong.
|
Thats correct, i bet if you looked it would explain on the wiki
Under the function
Re: How to -
Frank_Fricovsky - 19.09.2010
Ok what do i put under
Код:
UsePlayerPedAnims();
Re: How to -
Grim_ - 19.09.2010
Put it under OnGameModeInit callback.
Re: How to -
Frank_Fricovsky - 19.09.2010
Ok Done thanks alot guys