01.08.2015, 10:10
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
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