03.02.2012, 07:01
I have prepared this little code because I had found one but the timestamp was not right.
When I used the wiki to SA-MP that does not take me more than 5 minutes to understand: https://sampwiki.blast.hk/wiki/Gettime
Thank you for having me on the track reopened if not I would not change my code!
See you soon!
When I used the wiki to SA-MP that does not take me more than 5 minutes to understand: https://sampwiki.blast.hk/wiki/Gettime
Thank you for having me on the track reopened if not I would not change my code!
Код:
forward timestamp(); public timestamp() { new time = gettime(); return time; }