Cordinates
#4

Quote:
Originally Posted by ledzep
Try typing the "/save [optional: comment]" command and looking in your GTA San Andreas folder for 'savedpositions.txt'.

Or try this:

pawn Код:
public OnPlayerUpdate(playerid)
{
  new
    Float:px,
    Float:py,
    Float:pz,
    string[128];

  GetPlayerPos(playerid, px, py, pz);
  format(string, sizeof(string), "%f, %f, %f", px, py, pz);
  SendClientMessage(playerid, 0xAFAFAFAA, string);
  return 1;
}
It is more precise and more annoying
I'd say this would be kind of spam, because OnPlayerUpdate gets called everytime a pack is being sent. So you should understand it'd send a message on every new coord.
Reply


Messages In This Thread
Cordinates - by olari99 - 12.07.2009, 10:56
Re: Cordinates - by dice7 - 12.07.2009, 11:02
Re: Cordinates - by ledzep - 12.07.2009, 11:03
Re: Cordinates - by MenaceX^ - 12.07.2009, 12:39
Re: Cordinates - by Gergo1352 - 12.07.2009, 12:49
Re: Cordinates - by olari99 - 12.07.2009, 13:18
Re: Cordinates - by MenaceX^ - 12.07.2009, 14:50

Forum Jump:


Users browsing this thread: 1 Guest(s)