[FilterScript] Gamelaster's Anti AirBRK[GAIB]
#1

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

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))
Reply
#3

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

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

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

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

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

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

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

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


Forum Jump:


Users browsing this thread: 2 Guest(s)