06.06.2011, 01:01
Quote:
text draws are way to hard for me
And i was looking on wiki and found this pawn Код:
pawn Код:
|
pawn Код:
new Float:Angle, string[26];
GetPlayerFacingAngle(playerid, Angle);
format(string, sizeof(string), "Your facing angle: %0.2f", Angle);
SendClientMessage(playerid, 0xFFFFFFFF, string);
pawn Код:
new Float:Angle, string[26];
GetPlayerFacingAngle(playerid, Angle);
format(string, sizeof(string), "Direction: %0.0f grades", Angle);
TextDrawSetString(TextDrawID,string);
Check out some TD tutorials before you go on.