[Ajuda] TextDraw preto
#1

Ola, eu tento mudar a parte branca do TextDraw para Laranja e em vez de ficar Laranja, fica tudo preto, alguem pode me ajudar?

Codigo sem modificaзгo:

pawn Код:
CarroForteText = TextDrawCreate(190.0000,380.0000,"Area de Carregamento de Malotes");
    TextDrawColor(HorasTxT,0xFFFFFFFF);
    TextDrawFont(CarroForteText, 1);
    TextDrawUseBox(CarroForteText, 0);
    TextDrawSetShadow(CarroForteText,0);
    TextDrawSetOutline(CarroForteText,2);
    TextDrawBackgroundColor(CarroForteText,0x000000FF);
    TextDrawLetterSize(CarroForteText,0.5,1.5);
Codigo com modificaзгo, que acontece o problema:

pawn Код:
CarroForteText = TextDrawCreate(190.0000,380.0000,"Area de Carregamento de Malotes");
    TextDrawColor(HorasTxT,0xFFA500);
    TextDrawFont(CarroForteText, 1);
    TextDrawUseBox(CarroForteText, 0);
    TextDrawSetShadow(CarroForteText,0);
    TextDrawSetOutline(CarroForteText,2);
    TextDrawBackgroundColor(CarroForteText,0x000000FF);
    TextDrawLetterSize(CarroForteText,0.5,1.5);
Reply


Messages In This Thread
TextDraw preto - by MoonRey - 17.08.2013, 01:21
Re: TextDraw preto - by DannielCooper - 17.08.2013, 01:23
Re: TextDraw preto - by MoonRey - 17.08.2013, 01:25
Re: TextDraw preto - by DannielCooper - 17.08.2013, 01:28
Re: TextDraw preto - by Juniiro3 - 17.08.2013, 01:48
Re: TextDraw preto - by MoonRey - 17.08.2013, 15:13
Re: TextDraw preto - by Juniiro3 - 17.08.2013, 15:27

Forum Jump:


Users browsing this thread: 1 Guest(s)