[Ajuda] Como Mudo A Posiзгo Da TextDraw Na Tela Sem O Zamaroth
#1

Olб Pessoal, Tenho Um Relogio Em Meu Servidor E Ele Fica Em Uma Posiзao Que Eu Nao Gostaria Que Ficace.
Eu Gostaria Que Ele Ficace A Direita Em Cima Do Dinheiro (Iqual Ao Original). Obrigado.

Meu TextDraw Estб Assim:

PHP Code:
Textdraw0 TextDrawCreate(491.000000129.000000"00:00:00");
    
TextDrawBackgroundColor(Textdraw0255);
    
TextDrawFont(Textdraw01);
    
TextDrawLetterSize(Textdraw00.5000001.000000);
    
TextDrawColor(Textdraw0, -1);
    
TextDrawSetOutline(Textdraw00);
    
TextDrawSetProportional(Textdraw01);
    
TextDrawSetShadow(Textdraw01);
Textdraw1 TextDrawCreate(489.000000115.000000"00/00/00");
    
TextDrawBackgroundColor(Textdraw1255);
    
TextDrawFont(Textdraw11);
    
TextDrawLetterSize(Textdraw10.5000001.000000);
    
TextDrawColor(Textdraw1, -1);
    
TextDrawSetOutline(Textdraw10);
    
TextDrawSetProportional(Textdraw11);
    
TextDrawSetShadow(Textdraw11); 
Na Verdade Sгo Dois Mais Eu Quero Eles "Bais Ou Menos" Na Mesma Posiзгo.
Reply
#2

pawn Code:
Textdraw0 = TextDrawCreate(632.0,25.0, "00:00:00");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 1);
TextDrawLetterSize(Textdraw0, 0.500000, 1.000000);
TextDrawColor(Textdraw0, -1);
TextDrawSetOutline(Textdraw0, 0);
TextDrawSetProportional(Textdraw0, 1);
TextDrawSetShadow(Textdraw0, 1);

Textdraw1 = TextDrawCreate(620.0,5.0, "00/00/00");
TextDrawBackgroundColor(Textdraw1, 255);
TextDrawFont(Textdraw1, 1);
TextDrawLetterSize(Textdraw1, 0.500000, 1.000000);
TextDrawColor(Textdraw1, -1);
TextDrawSetOutline(Textdraw1, 0);
TextDrawSetProportional(Textdraw1, 1);
TextDrawSetShadow(Textdraw1, 1);
Testa aн e me fala.
Reply
#3

Pra que mais uma conta
Reply
#4

Passou Da Tela, Nem Da Pra Ver Direito So Da Pra Ver Um Numero Do TextDraw Mais Vlw Por Tentar
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)