How many would there be blood - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: How many would there be blood (
/showthread.php?tid=569815)
How many would there be blood -
xmy1229 - 03.04.2015
If on foot, walking from the northeast corner to the southwest corner of the map to how long calls
Re: How many would there be blood -
Abagail - 03.04.2015
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;
}
Re: How many would there be blood -
Kaperstone - 03.04.2015
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.