help with pos cmd.
#1

Please i want help with cmd position i need a cmd to get my pos ig in any place.
Reply
#2

i use ZCMD
pawn Код:
CMD:pos(playerid, params[])
{
    new Float:Pos[3];
    new string[128];
    GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
    format(string,sizeof(string),"X: %f Y: %f Z: %f", Pos[0], Pos[1], Pos[2]);
    SendClientMessage(playerid, -1, string);
}
Reply
#3

u wnt to save position ?
Reply
#4

Thanks mahdi this what i need (closed)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)