Posted by: King_Hual
« on: February 10, 2011, 02:31:57 pm »Its only Detecting The Flying Hacks ? Dosen't it detect the Airbreak ?
lold @ ur fail comment
Its only Detecting The Flying Hacks ? Dosen't it detect the Airbreak ?
Its only Detecting The Flying Hacks ? Dosen't it detect the Airbreak ?
It detects if a player is in a flying vehicle such as a heli or a plane.

Its only Detecting The Flying Hacks ? Dosen't it detect the Airbreak ?
stock IsPlayerInFlying(playerid,vehicleid)
{
if(IsPlayerInVehicle(playerid,vehicleid))
{
switch(GetVehicleModel(vehicleid))
{
case 487, 488, 497, 460, 476, 511, 512, 513, 519, 520,548,553,577,592,593:
{
return true;
}
}
}
return false;
}