[Include] Sniper - One Shot, One Kill | SA-MP 0.3d RC2 ONLY!
#1

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!
Reply
#2

Nice filterscript, but can you add a video?
Reply
#3

I'll add one asap, sit tight!
Reply
#4

Update!
Added a ******* video.
Reply
#5

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.
Reply
#6

Yup i got pwn't by this a couple of times
Really works and a nice thingy!

Keep it up!
Reply
#7

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
Reply
#8

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. >.>
Reply
#9

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.
Reply
#10

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)