Players can sprint with "two-handed" 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)
+--- Thread: Players can sprint with "two-handed" weapons? (
/showthread.php?tid=414926)
Players can sprint with "two-handed" weapons? -
reckst4r - 11.02.2013
I'm having a quite BIG problem. I've just tested the weapons on my server (Custom gamemode that I'm developing) and I am able to sprint with weapons such as shotgun, combat shotgun, flamethrower, and such weapons. I've looked my script over and over, and I can't find anything there that would cause it. Do you have any ideas how I can fix this?
P.S; This is a RP gamemode, so it's not something that can be ignored!
Re: Players can sprint with "two-handed" weapons? -
Glad2BeHere - 11.02.2013
UsePedAnims():
is that in ur script
Re: Players can sprint with "two-handed" weapons? -
reckst4r - 11.02.2013
No, it is not. Should I add it?
It was fixed by adding it. Just FYI, it's UsePlayerPedAnims();
thanks though, I could not've figured it out without your help :P