20.12.2013, 22:20
(
Последний раз редактировалось Patrick; 29.01.2014 в 22:44.
)
OnPlayerFakeKill
Introduction
Simply, Add #include <fakekill> underneath #include <a_samp>
Download
Available on Github! - Download
Who is looking?
Introduction
- I was bored, nothing to do so I said to my I should try to script something useful TODAY so I came up with Anti Fake Kill, I will not guarantee that my Include is 100% accurate, testing this include and telling what I could improve maybe I could try to make this as accurate as I can.
- Fake Kill is mostly used on DM/TDM/Freeroam server to earn more kills, but sometimes it gets annoying and people spams your DeathMessage causing the VICTIM to leave the server because his Deaths is increasing expeditiously.
- pawn Код:public OnPlayerFakeKill(playerid)
{
return true;
}
Simply, Add #include <fakekill> underneath #include <a_samp>
pawn Код:
//Would look something like this.
#include <a_samp>
#include <fakekill>
//or
#include "a_samp.inc"
#include "fakekill.inc"
Available on Github! - Download
Who is looking?
- pds2k12 - for coding the include.
- [uL]Pottus - concept of his code | Link: http://forum.sa-mp.com/showpost.php?...63&postcount=4