Headshot not working - 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: Headshot not working (
/showthread.php?tid=602432)
Headshot not working -
Devon007 - 07.03.2016
Headshot system not working in gamemode if i put the same code in a filterscript its works fine
Re: Headshot not working -
GuyYahood1 - 07.03.2016
Show us the code..
Re: Headshot not working -
Threshold - 07.03.2016
Code?
Re: Headshot not working -
Devon007 - 07.03.2016
This
Код:
if(issuerid != INVALID_PLAYER_ID && weaponid == 34 && bodypart == 9)
{
// One shot to the head to kill with sniper rifle
SetPlayerHealth(playerid, 0.0);
}