[HELP] How make TEXTDRAW to show coordinates???
#4

pawn Код:
new Float:x, Float:y, Float:z, string[128];
GetPlayerPos(playerid, x, y, z);
format(string, sizeof(string), "%f", x);
Textdraw6 = TextDrawCreate(24.000000, 297.000000, string);
format(string, sizeof(string), "%f", y);
Textdraw7 = TextDrawCreate(24.000000, 309.000000, string);
format(string, sizeof(string), "%f", z);
Textdraw8 = TextDrawCreate(24.000000, 320.000000, string);
In OnPlayerUpdate or something.
Reply


Messages In This Thread
[HELP] How make TEXTDRAW to show coordinates??? - by vakhtang - 26.12.2010, 16:43
Re: [HELP] How make TEXTDRAW to show coordinates??? - by jameskmonger - 26.12.2010, 16:50
Re: [HELP] How make TEXTDRAW to show coordinates??? - by vakhtang - 26.12.2010, 16:52
Re: [HELP] How make TEXTDRAW to show coordinates??? - by jameskmonger - 26.12.2010, 16:57
Re: [HELP] How make TEXTDRAW to show coordinates??? - by vakhtang - 26.12.2010, 16:58

Forum Jump:


Users browsing this thread: 1 Guest(s)