SA-MP Forums Archive
GetPlayerTime - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: GetPlayerTime (/showthread.php?tid=127407)



GetPlayerTime - SlashPT - 13.02.2010

if i do

pawn Код:
new hour,minute;

GetPlayerTime(giveplayerid, hour, minute);

format(string2, sizeof(string2), "Player In Real Life Hours %d:%d", hour, minute);
SendClientMessage(playerid, COLOR_RED, string2);
it will how me the In Real Life Hours of this player


Re: GetPlayerTime - Fedee! - 13.02.2010

That will show his pc time.. If your computer clock says 3:47, ingame you will see the same.