[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
#2

pawn Код:
CarroForteText = TextDrawCreate(190.0000,380.0000,"~y~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);
Tentai.
Reply
#3

Valew, pensei que nгo dava pra usar "~y~" em TextDraw, to boiando heauheuheaueah
Reply
#4

Hehe. ~y~ Sу se usa em TextDraw, mais tб bom nй..
Reply
#5

Se usa em GameText tambйm Danniel
Reply
#6

Danniel, ele usa em GameText tambem como o Juniiro3 disse, por isso pensei que nгo desse pra usar em TextDraw =/
Reply
#7

pawn Код:
TextDrawColor(HorasTxT,0xFFA500);
Isso aqui tambйm tб errado, faltou os dois ъltimos nъmeros na cor:

pawn Код:
TextDrawColor(HorasTxT,0xFFA500FF);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)