SA-MP Forums Archive
Run with weapons. 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: Run with weapons. Help? (/showthread.php?tid=248880)



Run with weapons. Help? - Seven_of_Nine - 16.04.2011

Hey

when I test my server I can run with M4 and other weapons (btw with all weaps..)
And when I play on a server I can't. (the run animation is shit too..)

So how can I fix this?

thx.


Re: Run with weapons. Help? - [BKR]LUCAGRABACR - 16.04.2011

Add this on top of your script.

pawn Код:
UsePlayerPedAnims();
.


Re: Run with weapons. Help? - Stigg - 16.04.2011

Quote:
Originally Posted by [BKR]LUCAGRABACR
Посмотреть сообщение
Add this on top of your script.

pawn Код:
UsePlayerPedAnims();
.
It dont go at the top your script at all.

pawn Код:
public OnGameModeInit()
{
    UsePlayerPedAnims();
    return 1;
}
https://sampwiki.blast.hk/wiki/UsePlayerPedAnims


Re: Run with weapons. Help? - [BKR]LUCAGRABACR - 16.04.2011

Whoops, sorry, it's been a while since the last time I'm putting that function in a script .


Re: Run with weapons. Help? - Aizen - 16.04.2011

Oh,its not big problem