Show Coords Command Help
#2

You can use the function format() to format a string and display it together with variables.

pawn Код:
new string[64];
format(string, sizeof(string), "You are at %0.f %0.f %0.f.", X, Y, Z);
SendClientMessage(playerid, 0xFFEE00, string);
Reply


Messages In This Thread
Show Coords Command Help - by Aerotactics - 05.07.2013, 09:30
Re: Show Coords Command Help - by magnusburton - 05.07.2013, 09:33
Re: Show Coords Command Help - by Aerotactics - 05.07.2013, 09:34
Re: Show Coords Command Help - by M3HR4N - 05.07.2013, 09:42

Forum Jump:


Users browsing this thread: 1 Guest(s)