How many would there be blood
#1

If on foot, walking from the northeast corner to the southwest corner of the map to how long calls
Reply
#2

What? Find out yourself - we are not your personal assistants. You can use something such as:

pawn Код:
#include <a_samp>
#include <zcmd>
new Tracking[MAX_PLAYERS];

CMD:trackpos(playerid, params[])
{
      new string[64];
      if(Tracking[playerid])
      {
             Tracking[playerid] = Tracking[playerid] - gettime();
             format(string, sizeof(string), "Seconds elapsed: %d", Tracking[playerid]);
             SendClientMessage(playerid, -1, string);
             Tracking[playerid] = 0;
       }
       else
       {
             Tracking[playerid] = gettime();
       }
       return 1;
}
Reply
#3

Oh Jeez, becuase of the title I thought it would be another some kind of disaster-thread-like which will tell us how awful the world is just to make us cry on the thread about people who suffer or died because of something or something.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)