09.08.2010, 15:23
(
Последний раз редактировалось Cameltoe; 19.08.2010 в 12:56.
Причина: Got an answer
)
- Cheque System
Special thanks:
- Thanks to Kyosaur that helped me solve this puzzle 5 AM!
What it does:
- Checks the given gettime and calculates how many secs/days/weeks/months/years there been since stored gettime.
- This dosn't really have something to do with Cheque's but i needed something like this to make an system.
Sample:
ConvertTime:
http://forum.sa-mp.com/showpost.php?...&postcount=980
Special thanks:
- Thanks to Kyosaur that helped me solve this puzzle 5 AM!
What it does:
- Checks the given gettime and calculates how many secs/days/weeks/months/years there been since stored gettime.
- This dosn't really have something to do with Cheque's but i needed something like this to make an system.
Sample:
pawn Код:
public OnGameModeInit()
{
new
tmp,
Time = gettime() - (48*60*60);
printf("%s", ConvertTime(gettime() - Time, .cth=tmp));
return 0;
}
http://forum.sa-mp.com/showpost.php?...&postcount=980