Show Coords Command Help
#4

if that doesn't work, try using this :
Код:
if(strcmp(cmdtext,"/GPS",true) == 0)
    {
        new Float:X, Float:Y, Float:Z;
        new string[64];
        GetPlayerPos(playerid,X,Y,Z);
        format(string, sizeof(string), "You are at %f %f %f.", X, Y, Z);
        SendClientMessage(playerid, 0xFFEE00, string);
        return 1;
    }
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)