How to find position
#6

pawn Код:
CMD:pos(playerid, params[])
{
    new Message[200], Float:x, Float:y, Float:z;

    GetPlayerPos(playerid, x, y, z);
    format(Message, sizeof(Message), "Location: X%4.2f, Y%4.2f, Z%4.2f", x, y, z);
    SendClientMessage(playerid, 0xFFFFFFFF, Message);
    return 1;
}
Try that, i haven't tested. Tell me if it works.

Edit: lol again he was faster then me, oh well
Reply


Messages In This Thread
How to find position - by Ejcrushing - 03.01.2014, 19:10
Re: How to find position - by driftg0d - 03.01.2014, 19:12
Re: How to find position - by iOxide - 03.01.2014, 19:12
Re: How to find position - by Ejcrushing - 03.01.2014, 19:18
Re: How to find position - by driftg0d - 03.01.2014, 19:21
Re: How to find position - by iOxide - 03.01.2014, 19:21
Re: How to find position - by Ejcrushing - 03.01.2014, 19:22

Forum Jump:


Users browsing this thread: 1 Guest(s)