help with pos cmd.
#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


Messages In This Thread
help with pos cmd. - by eastern - 17.07.2013, 14:15
Re: help with pos cmd. - by mahdi499 - 17.07.2013, 14:18
Re: help with pos cmd. - by AmirRFCNR - 17.07.2013, 14:20
Re: help with pos cmd. - by eastern - 17.07.2013, 14:21

Forum Jump:


Users browsing this thread: 1 Guest(s)