SA-MP Forums Archive
/time command - 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)
+--- Thread: /time command (/showthread.php?tid=331375)



/time command - squomp - 04.04.2012

could somone please give me a tutorial for a command that displays the ingame/server time or somthing like that


Re: /time command - Cjgogo - 04.04.2012

pawn Код:
public OPlayerConnect(playerid)
{
  TogglePlayerClock(playerid,1);
  return 1;
}



Re: /time command - squomp - 05.04.2012

cool thanks