[solved]Some problem with Angels.
#10

So this makes you turn by 90 degrees?
pawn Код:
new Float:a;
GetPlayerFacingAngle(playerid,a);
a+=90;
if(a>=360)a-=360;
SetPlayerFacingAngle(playerid,a);
That will make them turn 90 degrees everytime.
Reply


Messages In This Thread
[solved]Some problem with Angels. - by Goobiiify - 26.01.2010, 20:07
Re: Some problem with Angels. - by Rzzr - 26.01.2010, 20:31
Re: Some problem with Angels. - by Goobiiify - 26.01.2010, 20:34
Re: Some problem with Angels. - by Babul - 26.01.2010, 20:42
Re: Some problem with Angels. - by SlashPT - 26.01.2010, 20:44
Re: Some problem with Angels. - by mansonh - 26.01.2010, 20:48
Re: Some problem with Angels. - by SlashPT - 26.01.2010, 20:50
Re: Some problem with Angels. - by Goobiiify - 26.01.2010, 21:00
Re: Some problem with Angels. - by Rzzr - 26.01.2010, 21:05
Re: Some problem with Angels. - by Joe Staff - 26.01.2010, 21:20

Forum Jump:


Users browsing this thread: 1 Guest(s)