Not work SetActorFacingAngle
#5

PHP код:
new Float:A;
GetPlayerFacingAngle(playerid,A);
for(new 
0counti++)
{
    
SetActorFacingAngle(i,A+90);

That code will get the player facing angle then add 90 degrees to that.

Or you could do this

PHP код:
new Float:A+90;
GetPlayerFacingAngle(playerid,A);
for(new 
0counti++)
{
    
SetActorFacingAngle(i,A);

Reply


Messages In This Thread
Not work SetActorFacingAngle - by DarkPower2 - 05.05.2015, 16:55
Re: Not work SetActorFacingAngle - by ihatetn931 - 05.05.2015, 17:23
Re: Not work SetActorFacingAngle - by DarkPower2 - 05.05.2015, 17:32
Re: Not work SetActorFacingAngle - by DarkPower2 - 05.05.2015, 17:35
Re: Not work SetActorFacingAngle - by ihatetn931 - 05.05.2015, 17:40
Re: Not work SetActorFacingAngle - by DarkPower2 - 05.05.2015, 17:42
Re: Not work SetActorFacingAngle - by DarkPower2 - 05.05.2015, 17:45
Re: Not work SetActorFacingAngle - by ihatetn931 - 05.05.2015, 17:46
Re: Not work SetActorFacingAngle - by DarkPower2 - 05.05.2015, 17:48
Re: Not work SetActorFacingAngle - by ihatetn931 - 05.05.2015, 17:49

Forum Jump:


Users browsing this thread: 3 Guest(s)