OnPlayerWeaponShoot - 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: OnPlayerWeaponShoot (
/showthread.php?tid=625613)
OnPlayerWeaponShoot -
MerryDeer - 04.01.2017
Hi,
I get reported that onplayerweaponshoot called with parachute
Код:
public OnPlayerWeaponShot (0, 46, 1, 5, 0, 0
It's normal or hacks?
Re: OnPlayerWeaponShoot -
Lordzy - 04.01.2017
There are some new tools that can crash players by sending fake packets. I believe this being one among them. Because parachutes are no projectiles. You should check under OnPlayerWeaponShot if the weaponid is capable of projecting a bullet/missile. (Check from 22->34 and 38 )