Player Position ( With GPS ) help
#5

Quote:
Originally Posted by Private200
Посмотреть сообщение
What about the coords position ? ( The locations at the top )

Do i need to use them or not required ?
If you just need something like "You are at los santos airport", then take this

pawn Код:
CMD:location(playerid, params[])
{
    new Message[200], zone[MAX_ZONE_NAME];
    GetPlayer2DZone(playerid, zone, MAX_ZONE_NAME);
    format(Message, sizeof(Message), "You are at {00FF00}%s", zone);
    SendClientMessage(playerid, 0xFF0000AA, Message);
    return 1;
}
Reply


Messages In This Thread
Player Position ( With GPS ) help - by Private200 - 13.01.2013, 19:15
Re: Player Position ( With GPS ) help - by Mr.Anonymous - 13.01.2013, 19:19
Re: Player Position ( With GPS ) help - by Private200 - 13.01.2013, 19:58
Re: Player Position ( With GPS ) help - by CmZxC - 13.01.2013, 20:01
Re: Player Position ( With GPS ) help - by Mr.Anonymous - 13.01.2013, 20:57

Forum Jump:


Users browsing this thread: 7 Guest(s)