17.08.2013, 01:21
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:
Codigo com modificaзгo, que acontece o problema:
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);
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);