24.06.2014, 19:49
Quero colocar os Dia da semana em baixo do meu relogio nessas cordenadas e cor
Muito Obrigado!!
PHP код:
Textdraw6 = TextDrawCreate(550.000000, 30.000000, "Segunda Feira");
TextDrawBackgroundColor(Textdraw6, 255);
TextDrawFont(Textdraw6, 3);
TextDrawLetterSize(Textdraw6, 0.300000, 2.000000);
TextDrawColor(Textdraw6, 383501055);
TextDrawSetOutline(Textdraw6, 1);
TextDrawSetProportional(Textdraw6, 1);