05.05.2015, 17:49
May i ask why you're adding to the angle?
When you can just face the way you want the actor to be then do this
When you can just face the way you want the actor to be then do this
PHP код:
new Float:A;
GetPlayerFacingAngle(playerid,A);
for(new i = 0; i < count; i++)
{
SetActorFacingAngle(i,A);
}