09.11.2012, 10:36
new string[64];
new Float: x, Float: y, Float: z;
GetPlayerPos(playerid, x, y, z);
format(string, sizeof(string), "%f, %f, %f", f, y, z);
SendClientMessage(playerid, COLOR_RED, string);
new Float: x, Float: y, Float: z;
GetPlayerPos(playerid, x, y, z);
format(string, sizeof(string), "%f, %f, %f", f, y, z);
SendClientMessage(playerid, COLOR_RED, string);