About coordinates.
#2

pawn Код:
new Float:pPos[3], string[128];
GetPlayerPos(playerid, pPos[0], pPos[1], pPos[2]);
format(string, 128, "X: %f, Y: %f, Z: %f, Interior: %i", pPos[0], pPos[1], pPos[2], GetPlayerInterior(playerid));
SendClientMessage(playerid, -1, string);
put it in your command.
Reply


Messages In This Thread
About coordinates. - by Jardzskiiz - 29.05.2013, 04:13
Re: About coordinates. - by JaKe Elite - 29.05.2013, 04:17

Forum Jump:


Users browsing this thread: 1 Guest(s)