Trying to make Anti AirBrake
#1

I use PED_RUN_PLAYER anim also PED_WALK_PLAYER anim normally used by Airbraker.
then i check there speed , if they are using that anims and have speed more than 50 that wont
work because wat i search on the samp forums in many post people saying player X , Y ,Z not
change when he turn on AirBrake , its X,Y,Z stay remain same when he turn on Airbrake . its like
He is standing some where X,Y,Z not changing but he is using these Aims with changing X,Y,Z .

I try some thing like this

if((anim == 1231 || anim == 1266) && !IsPlayerInAnyVehicle(i) && GetPlayerSpeed(i) > 50 )
{
SCM(i, red, "SERVER : You Are using AB");
}
Kindly guide me what should i do to detect it because GetPlayerSpeed not detecting because i mention above X,Y,Z not changing,

Thanks
Reply


Messages In This Thread
Trying to make Anti AirBrake - by MBilal - 01.08.2015, 10:10
Re: Trying to make Anti AirBrake - by Vince - 01.08.2015, 10:16
Re: Trying to make Anti AirBrake - by MBilal - 01.08.2015, 10:22
Re: Trying to make Anti AirBrake - by SecretBoss - 01.08.2015, 10:24
Re: Trying to make Anti AirBrake - by CodeStyle175 - 01.08.2015, 10:31
Re: Trying to make Anti AirBrake - by MBilal - 01.08.2015, 10:32
Re: Trying to make Anti AirBrake - by CodeStyle175 - 01.08.2015, 10:34
Re: Trying to make Anti AirBrake - by jamesbond007 - 01.08.2015, 11:00
Re: Trying to make Anti AirBrake - by rymax99 - 01.08.2015, 11:52
Re: Trying to make Anti AirBrake - by MBilal - 01.08.2015, 11:55

Forum Jump:


Users browsing this thread: 2 Guest(s)