Trying to set clock to hour + 3. Using GL_Realtime.
#4

are u sure? test it.
pawn Код:
CMD:clock(playerid,params[])
{
   new hour,minute,second,l_str[8];
   gettime(hour,minute,second);
   format(l_str,12,"%02d:%02d%:%02d%",hour+3,minute,second);
   SendClientMessage(playerid,-1,l_str);
}
Reply


Messages In This Thread
Trying to set clock to hour + 3. Using GL_Realtime. - by Dokins - 17.07.2012, 19:08
Re: Trying to set clock to hour + 3. Using GL_Realtime. - by leonardo1434 - 17.07.2012, 19:36
Re: Trying to set clock to hour + 3. Using GL_Realtime. - by Dokins - 17.07.2012, 19:47
Re: Trying to set clock to hour + 3. Using GL_Realtime. - by leonardo1434 - 17.07.2012, 20:02
Re: Trying to set clock to hour + 3. Using GL_Realtime. - by TheRoom - 22.10.2012, 16:36

Forum Jump:


Users browsing this thread: 1 Guest(s)