Sniper - One Shot, One Kill | SA-MP 0.3d RC2 ONLY! -
Flyfishes - 18.09.2011
Sniper - One Shot, One Kill V1.0
The standard sniper damage is not as powerfull as the in real life snipers. With this include you'll receive an instant kill upon hit with the sniper. How cool isn't that?
How does it work?
Save the file as sniperosok.inc in your pawno/includes folder and then include it (#include <sniperosok>) just under your a_samp include.
******* video
[ame]http://www.youtube.com/watch?v=8gQBXDbkeAI[/ame]
Download
You can download the file on one website at the moment. These are the official sources for the include. Any other site might be fake.
No mirrors allowed!
Flyfishes.net -
Download now!
Credits
Flyfishes - For developing the include
Feedback
Feedback and/or suggestions may be taken in this topic. If you find a bug or have got a suggestion on your mind feel free to post it.
Thanks for using this include!
Re: Sniper - One Shot, One Kill | SA-MP 0.3d RC2 ONLY! -
WoodPecker - 18.09.2011
Nice filterscript, but can you add a video?
Re: Sniper - One Shot, One Kill | SA-MP 0.3d RC2 ONLY! -
Flyfishes - 18.09.2011
I'll add one asap, sit tight!
Re: Sniper - One Shot, One Kill | SA-MP 0.3d RC2 ONLY! -
Flyfishes - 18.09.2011
Update!
Added a ******* video.
Re: Sniper - One Shot, One Kill | SA-MP 0.3d RC2 ONLY! -
[HiC]TheKiller - 18.09.2011
This is more of a snippet then a include. All you need to do is tell them to add
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid)
{
if(weaponid == 34) SetPlayerHealth(playerid, 0);
return 1;
}
to their scripts. Anyway, it's a good idea.
Re: Sniper - One Shot, One Kill | SA-MP 0.3d RC2 ONLY! -
Tomboeg - 18.09.2011
Yup i got pwn't by this a couple of times
Really works and a nice thingy!
Keep it up!
Re: Sniper - One Shot, One Kill | SA-MP 0.3d RC2 ONLY! -
Flyfishes - 18.09.2011
Quote:
Originally Posted by [HiC]TheKiller
This is more of a snippet then a include. All you need to do is tell them to add
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid) { if(weaponid == 34) SetPlayerHealth(playerid, 0); return 1; }
to their scripts. Anyway, it's a good idea.
|
Of course it's a snippet but it make it easier for the beginners I made it like this. Thanks anyways
Re: Sniper - One Shot, One Kill | SA-MP 0.3d RC2 ONLY! -
Markx - 19.09.2011
Quote:
Originally Posted by Flyfishes
Of course it's a snippet but it make it easier for the beginners I made it like this. Thanks anyways 
|
You didnt made it easyer for begginers, The Killer did. >.>
Re: Sniper - One Shot, One Kill | SA-MP 0.3d RC2 ONLY! -
Flyfishes - 19.09.2011
Quote:
Originally Posted by Markx
You didnt made it easyer for begginers, The Killer did. >.>
|
Actually no, it's easier to include a file instead of having to add a line under a callback they don't know anything about.
Re: Sniper - One Shot, One Kill | SA-MP 0.3d RC2 ONLY! -
GTA-Roleplay - 26.09.2011
Quote:
Originally Posted by [HiC]TheKiller
This is more of a snippet then a include. All you need to do is tell them to add
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid) { if(weaponid == 34) SetPlayerHealth(playerid, 0); return 1; }
to their scripts. Anyway, it's a good idea.
|
when i use this i get this
C:\Users\Hellman\Desktop\PRototype Roleplay 3.0c R5\gamemodes\larp.pwn(3617) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.