07.10.2013, 18:52
Post your stock though, show it if the error is still coming.
Try (I'm 99% sure it will not work):
Try (I'm 99% sure it will not work):
pawn Код:
if(!IsPlayerInRangeOfVehicle(playerid, vehicleid, 7.5)
{
if(LockStatus(vehicleid)> = 1) // G-bugging fix
{
ClearAnimations(playerid);
}
return 1;
}