IsPlayerInFrontOfVehicle?
#6

maybe you can make your own using this function?

pawn Код:
stock GetXYInFrontOfVehicle(vehicleid, &Float:x, &Float:y, Float:distance)
{
    new Float:a;
    GetVehiclePos(vehicleid, x, y, a);
    GetVehicleZAngle(vehicleid, a);
    x += (distance * floatsin(-a, degrees));
    y += (distance * floatcos(-a, degrees));
}
Reply


Messages In This Thread
IsPlayerInFrontOfVehicle? - by Dusl12 - 04.06.2012, 10:15
Re: IsPlayerInFrontOfVehicle? - by G-Force - 04.06.2012, 10:18
Re: IsPlayerInFrontOfVehicle? - by AndreT - 04.06.2012, 10:22
AW: IsPlayerInFrontOfVehicle? - by Dusl12 - 04.06.2012, 10:22
Re: IsPlayerInFrontOfVehicle? - by Niko_boy - 04.06.2012, 10:25
Re: IsPlayerInFrontOfVehicle? - by AIped - 04.06.2012, 10:25
Re: IsPlayerInFrontOfVehicle? - by G-Force - 04.06.2012, 10:25
Re: IsPlayerInFrontOfVehicle? - by Sandiel - 04.06.2012, 11:34
Re: IsPlayerInFrontOfVehicle? - by Dovydux - 20.11.2012, 14:29
Re: IsPlayerInFrontOfVehicle? - by iggy1 - 20.11.2012, 14:33

Forum Jump:


Users browsing this thread: 2 Guest(s)