MapAndreas_FindAverageZ
#2

you should use for that just:
pawn Код:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
new string[128];
format(string, sizeof(string), "you have teleported to Z coords: %d", z);
SendClientMessage(playerid, 0xFF0000FF, string);
am not sure if you can use for floats also %f or something, but %d will work too i think
Reply


Messages In This Thread
MapAndreas_FindAverageZ - by GTXcube - 31.10.2012, 16:09
Re: MapAndreas_FindAverageZ - by niels44 - 31.10.2012, 18:40
Re: MapAndreas_FindAverageZ - by GTXcube - 02.11.2012, 09:39

Forum Jump:


Users browsing this thread: 2 Guest(s)