21.08.2011, 16:54
Hm it works fine for me.
Dont know if this would make any difference (probably wont) but worth a try
@phillguy, l2spell
Dont know if this would make any difference (probably wont) but worth a try
pawn Code:
new Float:Angle;
GetPlayerFacingAngle(playerid, Float:Angle);
format(str, sizeof(str), "Your heading is: %f", Float:Angle);
SendClientMessage(playerid, 0xFFFFFFFF, str);