SA-MP Forums Archive
[FilterScript] [FS] Headshot System ("BOOM Headshots") - 1 shot to head = instant kill - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] Headshot System ("BOOM Headshots") - 1 shot to head = instant kill (/showthread.php?tid=138623)

Pages: 1 2


[FS] Headshot System ("BOOM Headshots") - 1 shot to head = instant kill - lameguy - 02.04.2010

Johnson_boy's Headshot System
"Boom Headshots"
What is it?
This script detects headshots shot with sniper rifle.
When you hit another player with sniper to head, another player instantly dies.

Download:
Download Here

Install:
Copy the script from Here, and open your pawn editor.
Paste the code to new pwn file, and compile it as Headshots.
Add "Headshots" to filterscripts line at server.cfg.

Other:
You are allowed to use this script on your server, and modify it to fit your needs.
You are NOT allowed to remove the credits and share this as yours.
If you decide to use this script on your server, you should add some kind of credits about this script to your gamemode. (name of script and my name).

THIS SCRIPT HAS BEEN RELEAED AS IT IS.
THE SCRIPT MAY INCLUDE BUGS, ETC...


Re: [FS] Headshot System ("BOOM Headshots") - AndryXoX - 02.04.2010

Wow , nice FS


Re: [FS] Headshot System ("BOOM Headshots") - lameguy - 02.04.2010

Thanks


Re: [FS] Headshot System ("BOOM Headshots") - Zh3r0 - 02.04.2010

Very, creative


Re: [FS] Headshot System ("BOOM Headshots") - Zimon95 - 02.04.2010

Nice, usefull for dm or tdm servers.


Re: [FS] Headshot System ("BOOM Headshots") - lameguy - 02.04.2010

Thanks for positive comments.


Re: [FS] Headshot System ("BOOM Headshots") - XRVX - 02.04.2010

nice work man
great


Re: [FS] Headshot System ("BOOM Headshots") - Kanape9 - 02.04.2010

Really cool but

Quote:

I:\sa-mp FREEROAM\filterscripts\HS.pwn(6 : error 017: undefined symbol "GetPlayerCameraFrontVector"
I:\sa-mp FREEROAM\filterscripts\HS.pwn(71) : error 017: undefined symbol "GetPlayerCameraPos"
I:\sa-mp FREEROAM\filterscripts\HS.pwn(83) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.

AND THOSE LINES

Код:
GetPlayerCameraFrontVector(playerid, fx, fy, fz);
GetPlayerCameraPos(playerid, cx, cy, cz);
if(IsPlayerInRangeOfPoint(player, 0.3, x, y, z - 0.7)) {
HELP PLEASE!


Re: [FS] Headshot System ("BOOM Headshots") - MPKaboose - 02.04.2010

Quote:
Originally Posted by Kanape9
Really cool but

Quote:

I:\sa-mp FREEROAM\filterscripts\HS.pwn(6 : error 017: undefined symbol "GetPlayerCameraFrontVector"
I:\sa-mp FREEROAM\filterscripts\HS.pwn(71) : error 017: undefined symbol "GetPlayerCameraPos"
I:\sa-mp FREEROAM\filterscripts\HS.pwn(83) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.

AND THOSE LINES

Код:
GetPlayerCameraFrontVector(playerid, fx, fy, fz);
GetPlayerCameraPos(playerid, cx, cy, cz);
if(IsPlayerInRangeOfPoint(player, 0.3, x, y, z - 0.7)) {
HELP PLEASE!
update you're server to R7 also the includes in Pawno

EDIT: Nice job


Re: [FS] Headshot System ("BOOM Headshots") - [03]Garsino - 02.04.2010

Nice work =)


Re: [FS] Headshot System ("BOOM Headshots") - ViruZZzZ_ChiLLL - 02.04.2010

Nice filter script
________
Box Vaporizer


Re: [FS] Headshot System ("BOOM Headshots") - lameguy - 02.04.2010

Thank you guys


Re: [FS] Headshot System ("BOOM Headshots") - Kanape9 - 02.04.2010

Quote:

update you're server to R7 also the includes in Pawno

what is R7?


Re: [FS] Headshot System ("BOOM Headshots") - XRVX - 02.04.2010

Quote:
Originally Posted by Kanape9
Quote:

update you're server to R7 also the includes in Pawno

what is R7?
http://forum.sa-mp.com/index.php?topic=161491.0


Re: [FS] Headshot System ("BOOM Headshots") - 1 shot to head = instant kill - Jeroen52 - 02.04.2010

I will use this and i hope LSRCR too thanks to you.


Re: [FS] Headshot System ("BOOM Headshots") - 1 shot to head = instant kill - Kanape9 - 02.04.2010

Thanx BRO!


Re: [FS] Headshot System ("BOOM Headshots") - 1 shot to head = instant kill - Kanape9 - 02.04.2010

STILL ERRORS!

Quote:

I:\sa-mp FREEROAM\filterscripts\HS.pwn(6 : error 017: undefined symbol "GetPlayerCameraFrontVector"
I:\sa-mp FREEROAM\filterscripts\HS.pwn(71) : error 017: undefined symbol "GetPlayerCameraPos"
I:\sa-mp FREEROAM\filterscripts\HS.pwn(83) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.




Re: [FS] Headshot System ("BOOM Headshots") - 1 shot to head = instant kill - [03]Garsino - 02.04.2010

Quote:
Originally Posted by Kanape9
STILL ERRORS!

Quote:

I:\sa-mp FREEROAM\filterscripts\HS.pwn(6 : error 017: undefined symbol "GetPlayerCameraFrontVector"
I:\sa-mp FREEROAM\filterscripts\HS.pwn(71) : error 017: undefined symbol "GetPlayerCameraPos"
I:\sa-mp FREEROAM\filterscripts\HS.pwn(83) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.

You need to update your includes, put them in the pawno\includes directory.


Re: [FS] Headshot System ("BOOM Headshots") - 1 shot to head = instant kill - marmigs - 02.04.2010

Nice FS I go use in DarkCriSis! Thanks Man!


Re: [FS] Headshot System ("BOOM Headshots") - 1 shot to head = instant kill - Hip-hop - 02.04.2010

Good Work !