Show Coords Command Help
#1

Simply stated, I just want to use this command in-game to tell me my coords, but I'm not sure how to display the coords exactly:

pawn Код:
if(strcmp(cmdtext,"/GPS",true) == 0)
    {
        new Float:X, Float:Y, Float:Z;
        GetPlayerPos(playerid,X,Y,Z);
        SendClientMessage(playerid, 0xFFEE00, "You are at X Y Z.");
        return 1;
    }
I saw the script somewhere on a ****** search and couldn't find it again. It would be useful for my mapping.
Reply


Messages In This Thread
Show Coords Command Help - by Aerotactics - 05.07.2013, 09:30
Re: Show Coords Command Help - by magnusburton - 05.07.2013, 09:33
Re: Show Coords Command Help - by Aerotactics - 05.07.2013, 09:34
Re: Show Coords Command Help - by M3HR4N - 05.07.2013, 09:42

Forum Jump:


Users browsing this thread: 1 Guest(s)