31.10.2012, 16:09
(
Последний раз редактировалось GTXcube; 08.01.2014 в 19:38.
)
....
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);