[FilterScript] [FilterScript/Include] Ant-Hack - 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] [FilterScript/Include] Ant-Hack (
/showthread.php?tid=311379)
[FilterScript/Include] Ant-Hack -
Don_Speed - 16.01.2012
Well I bring A-Ant Hack In Weapons in FS and Include.
It has the function of Ban Anyone Who Perga Certain Prohibited Weapon.
ex:
A hacker enters your DM Server and Minigum thinking about getting one, so it Catch and Banned.
This will happen with any other weapon that is prohibited
attention
If using PR in GM / RPG Set his administration was not also be banned
Well I'll correcting Code For My Vip System Uses Some JetPack
Create a variable
pawn Код:
new bool:PermitidoJetPack[MAX_PLAYERS];
In the code that gives the Jetpack
pawn Код:
PermitidoJetPack[playerid] = true;
Ai No Anti-Hack From Jetpack Place
pawn Код:
if(GetPlayerSpecialAction(i) == SPECIAL_ACTION_USEJETPACK && PermitidoJetPack[x] == false)
It may sound simple but it will help many people
Code is in Portuguese had no time to Translate It
Pastebin
Like it? It costs nothing Reputation
Re: [FilterScript/Include] Ant-Hack - T0pAz - 16.01.2012
You call that an Anti-Hack?
Wait no you don't. You call that a
Ant-Hack. Anyways you could work out more and I am pretty sure it would not work accurately.
Re: [FilterScript/Include] Ant-Hack -
Don_Speed - 16.01.2012
my friend I did this in order to help.
Accurately yes.
Well I've FalaramQue to work more of it but want to make a new version more complex ways mara porriso am studying it but either way vlw
Re: [FilterScript/Include] Ant-Hack -
System64 - 16.01.2012
dude, learn english, btw. script = shit
Re: [FilterScript/Include] Ant-Hack -
-CpT - 16.01.2012
its nice xD
Re: [FilterScript/Include] Ant-Hack - suhrab_mujeeb - 16.01.2012
Ant-Hack, ants hack too?
Re: [FilterScript/Include] Ant-Hack -
CAPTAIN.TINTIN - 16.01.2012
@ Don_Speed good effort ! keep it up .
Re: [FilterScript/Include] Ant-Hack -
WeenSoares_ - 16.01.2012
Nuss, nгo tem vergonha de postar isto aqui nгo Don_Speed
Re: [FilterScript/Include] Ant-Hack -
Don_Speed - 16.01.2012
Quote:
Originally Posted by WeenSoares_
Nuss, nгo tem vergonha de postar isto aqui nгo Don_Speed
|
not because it is a useful thing for many people though it may be simple.
Respuesta: [FilterScript/Include] Ant-Hack -
Adoniiz - 17.01.2012
Ohh... good job man and simple. !