04.08.2014, 22:06
Any ideas how to make the player stare at other player near him?
i made something like this: but doesn't work perfectly!
i made something like this: but doesn't work perfectly!
pawn Код:
new Float:a, targetid;
GetPlayerFacingAngle(targetid, a);
SetPlayerFacingAngle(playerid, -a);