Position
#3

Ok, I that fixed the errors, however, it doesn't show all coordinates.
pawn Код:
if(strcmp(cmdtext, "/whereami", true) == 0)
    {
        new Float:px, Float:py, Float:pz;
        GetPlayerPos(playerid, px, py, pz);
        new wherestring[30];
        format(wherestring,sizeof(wherestring),"** Position: X: %f Y: %f Z: %f **", px, py, pz);
        SendClientMessage(playerid, GROVE, wherestring);
        return 1;

    }


As you can see, it only shows the X coordinate
Reply


Messages In This Thread
Position - by TaMeD - 25.04.2009, 23:47
Re: Position - by pen_theGun - 25.04.2009, 23:54
Re: Position - by TaMeD - 26.04.2009, 00:36
Re: Position - by Backwardsman97 - 26.04.2009, 01:33
Re: Position - by TaMeD - 26.04.2009, 03:41
Re: Position - by Jaykay1979 - 01.08.2009, 15:18
Re: Position - by [KMA]Lord_Deji - 17.11.2009, 00:22

Forum Jump:


Users browsing this thread: 1 Guest(s)