About coordinates.
#1

Can someone know how like,,, some command.. /coordinates
it's like when you type that command..
the x y z coordinates where the place im in will come out,., with interior id thiny, like 1,2,3,4,5,1.2,1.9
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)