Count down with textdraw
#2

Код:
  if(seconds < 10) format(string, sizeof(string), "%d:%d", minutes, seconds);
  else format(string, sizeof(string), "%d:%d", minutes, seconds);
Reply


Messages In This Thread
Count down with textdraw - by zamaleksc - 29.12.2015, 02:15
Re: Count down with textdraw - by X337 - 29.12.2015, 02:48
Re: Count down with textdraw - by AndySedeyn - 29.12.2015, 03:30

Forum Jump:


Users browsing this thread: 1 Guest(s)