Rotation
#4

PLEASE HELP! I TRIED :

Код:
CreateObject(974, 1455.635010, -1687.656006, 138.699081, -10.013825, 0.00000, 0.000000);
with:

pawn Код:
stock Float:Loader_Convert(Float:radians)
{
if (radians == 0.0)
{
return 0.0;
}
new Float:retval = (360.0 + (radians / 0.0174532925));
while (retval >= 360.0) retval -= 360.0;
while (retval < 0.0) retval += 360.0;
return retval;
}
AND DIDN'T WORK! HELP!
Reply


Messages In This Thread
Rotation - by Hot - 18.05.2009, 18:41
Re: Rotation - by Joe Staff - 18.05.2009, 18:52
Re: Rotation - by Hot - 18.05.2009, 19:01
Re: Rotation - by Hot - 18.05.2009, 20:27
Re: Rotation - by dice7 - 18.05.2009, 20:47
Re: Rotation - by Weirdosport - 18.05.2009, 21:23
Re: Rotation - by Joe Staff - 19.05.2009, 01:40

Forum Jump:


Users browsing this thread: 1 Guest(s)