Need help with GetXYZInrear.
#7

Too late but:
pawn Код:
stock GetXYZInrear(Float:distance, Float:angle, Float:pitch, &Float:x, &Float:y, &Float:z)
{
    x -= (distance * floatsin(-angle, degrees));
    y -= (distance * floatcos(-angle, degrees));
    z -= (distance * floatsin(pitch, degrees));
}
Sorry for bumping...
Reply


Messages In This Thread
Need help with GetXYZInrear. - by Borg - 22.03.2011, 14:19
Re: Need help with GetXYZInrear. - by Norck - 22.03.2011, 14:37
Re: Need help with GetXYZInrear. - by Borg - 22.03.2011, 14:42
Re: Need help with GetXYZInrear. - by Norck - 22.03.2011, 14:47
Re: Need help with GetXYZInrear. - by Borg - 22.03.2011, 14:49
Re: Need help with GetXYZInrear. - by dice7 - 22.03.2011, 14:58
Respuesta: Need help with GetXYZInrear. - by [DOG]irinel1996 - 31.05.2012, 17:19
Re: Need help with GetXYZInrear. - by MP2 - 31.05.2012, 17:57

Forum Jump:


Users browsing this thread: 1 Guest(s)