Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

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
Posted by: Face9000
« on: February 10, 2011, 09:46:16 am »

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.

This ^

This stock doesnt detect airbreak :P
Posted by: Vertical
« on: February 10, 2011, 08:50:32 am »

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.
Posted by: Jane
« on: February 10, 2011, 06:29:49 am »

Its only Detecting The Flying Hacks ? Dosen't it detect the Airbreak ?
Posted by: Vertical
« on: February 10, 2011, 05:50:25 am »

lol thought you meant you made something against airbreak, however i still like it.
Posted by: Face9000
« on: February 09, 2011, 07:45:55 pm »

This is a simple stock to detect if player is using an heli/plane.

Code: [Select]
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;
}

Credits to me.