SA-MP Forums Archive
[FilterScript] Gamelaster's Anti AirBRK[GAIB] - 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] Gamelaster's Anti AirBRK[GAIB] (/showthread.php?tid=326231)



Gamelaster's Anti AirBRK[GAIB] - gamelaster - 16.03.2012

Hi, im created the new inteligently Anti AirBRK. Set custom the timer and values for anti AirBRK!!! GAIB is secured for warps and others...

Video:
[ame]http://www.youtube.com/watch?v=mzspxDZTDyI[/ame]
(Im dont using n00beit...)

Download:
Direct Link

PasteBin


Re: Gamelaster's Anti AirBRK[GAIB] - SimonItaly - 16.03.2012

I didn't look so much at the code, but you've to change

pawn Код:
stock IsPlayerInAirPlane(vehicleid)
{
  switch(GetVehicleModel(vehicleid))
to

pawn Код:
stock IsPlayerInAirPlane(playerid)
{
  switch(GetVehicleModel(GetPlayerVehicleID(playerid))



Respuesta: Gamelaster's Anti AirBRK[GAIB] - Marricio - 16.03.2012

You should also check if the player is on a mountain, such as M. chilliad, or is surfing in a airplane, wich is common in SAMP..


Re: Gamelaster's Anti AirBRK[GAIB] - Ewwe - 16.03.2012

new name[255];
GetPlayerName(playerid,name,sizeof(name));
new out[800];
format(out,sizeof(out),"[GAIB] Player %s has been kicked for using AirBrake!!!",name);
SendClientMessageToAll(RED,out);

Master


Re: Gamelaster's Anti AirBRK[GAIB] - Face9000 - 17.03.2012

pawn Код:
new name[255];
new out[800];
What the fuck....


Re: Gamelaster's Anti AirBRK[GAIB] - Jochemd - 17.03.2012

pawn Код:
AntiDeAMX()
{
   new a[][] =
   {
      "Unarmed (Fist)",
      "Brass K"
   };
   #pragma unused a
}
This is a public script so why protect it with Anti-DeAMX? Also, its not AirBrake but Airbreak


Re: Gamelaster's Anti AirBRK[GAIB] - Max_Coldheart - 17.03.2012

We can see n0beit so there's no reason to deny you aren't using it.


Re: Gamelaster's Anti AirBRK[GAIB] - Jochemd - 17.03.2012

Quote:
Originally Posted by CookieJar
Посмотреть сообщение
We can see n0beit so there's no reason to deny you aren't using it.
He probably only used it for this


Re: Gamelaster's Anti AirBRK[GAIB] - Max_Coldheart - 17.03.2012

Quote:
Originally Posted by Jochemd
Посмотреть сообщение
He probably only used it for this
But it's always possible that he uses it anyway


Re: Gamelaster's Anti AirBRK[GAIB] - MehranGta - 13.11.2014

Quote:
Originally Posted by Jochemd
Посмотреть сообщение
pawn Код:
AntiDeAMX()
{
   new a[][] =
   {
      "Unarmed (Fist)",
      "Brass K"
   };
   #pragma unused a
}
This is a public script so why protect it with Anti-DeAMX? Also, its not AirBrake but Airbreak
Both of them are true...