Short question - 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: Short question (
/showthread.php?tid=490454)
Short question -
Baboon - 26.01.2014
Heya,
Since the knife hits the enemy's head, does that make it a 'headshot'?
What exactly is registered? A hit to the body or the head?
Thanks.
Re: Short question -
Vince - 26.01.2014
The knife doesn't shoot bullet and as such isn't detected by OnPlayerWeaponShot at all, as far as I know.
Re: Short question -
Reboma - 26.01.2014
Quote:
Originally Posted by Vince
The knife doesn't shoot bullet and as such isn't detected by OnPlayerWeaponShot at all, as far as I know.
|
I think he ask about OnPlayerTakeDamage/OnPlayerGiveDamage.
Re: Short question -
Kar - 26.01.2014
try sneaking up behind a player and see what it returns..I don't think anyone tested that yet lol
Re: Short question -
Baboon - 08.02.2014
I am sorry for the late response, total forgot about it.
Ill test it out.