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



Runing with heavy weapons - FireCat - 14.08.2010

anyone know how can i make people run with heavy weapons, like sprint with them?

_______________________
[GDZ]leader



Re: Runing with heavy weapons - JaTochNietDan - 14.08.2010

It's only allowed if you use the non-default ped running animations.

pawn Код:
UsePlayerPedAnims();
Take that out of your script and the running style will change, and in this style you can run with heavy weapons that you normally can't in the other


Re: Runing with heavy weapons - akis_tze - 14.08.2010

use that animation
ApplyAnimation(playerid,"PED","sprint_civi",floats tr(cmdtext[5]),1,1,1,1,1);