Quote:
Originally Posted by Improvement™
It doesn't work 100% most probably because, re-read the Quote once more :P.
FIRST EDIT:
pawn Код:
new timestamp = gettime(); //example timestamp of 0 GMT new timestamp = gettime()+3600; //example timestamp of 1 GMT (+3600 = +1 Hour) new timestamp = gettime()+7200; //example timestamp of 2 GMT (+7200 = +2 Hours) new timestamp = gettime()+10800; //example timestamp of 3 GMT (+10800 = +3 Hours) //Etc. Untill you get your local timestamp.
|
Thnaks is there a way with pawno to find somones GMT time?
like:
Get_GMT_Time(playerid);