Ayuda HORA en textdraw
#8

pawn Код:
new
  hours,
  minutes,
  seconds,
  string[6];

gettime(hours, minutes, seconds);
hours = hours - 2;
if(hours < 0) hours = hours + 24;
format(stirng, sizeof(string), "%02d:%02d", hours, minutes);
TextDrawSetString(Clock, string);
Reply


Messages In This Thread
Ayuda HORA en textdraw - by not - 02.05.2010, 14:22
Re: Ayuda HORA en textdraw - by Master[Pro] - 02.05.2010, 14:34
Re: Ayuda HORA en textdraw - by not - 02.05.2010, 14:47
Re: Ayuda HORA en textdraw - by not - 02.05.2010, 15:25
Re: Ayuda HORA en textdraw - by xenowort - 02.05.2010, 16:58
Re: Ayuda HORA en textdraw - by not - 02.05.2010, 19:02
Re: Ayuda HORA en textdraw - by Cesar_Biker - 02.05.2010, 20:03
Re: Ayuda HORA en textdraw - by Miguel - 02.05.2010, 20:14
Re: Ayuda HORA en textdraw - by not - 02.05.2010, 21:02
Re: Ayuda HORA en textdraw - by Carlos_Martinez - 02.05.2010, 22:12

Forum Jump:


Users browsing this thread: 1 Guest(s)