[Ajuda]TextDraw
#1

Gente no meu gamemode, ele ta com um textdraw com a cor: Azul e Branco


==> Caso Buga: http://i39.tinypic.com/1zz4bcz.png

ai eu queria coloca para a cor: Verde e Amarelo ou Branco e verde ou Branco e Amarelo = menos azul e branco, alguem pode mi ajuda

Linha:
Код:
format(string, sizeof(string), "~w~Level: %d ~n~~w~Exp: %d ~n~~w~Estudo: %d ~n~~w~Gasolina: %d",dini_Int(file, "Level"),dini_Int(file, "Exp"),dini_Int(file, "Escola"),dini_Int(file, "Combustivel"));
TextDrawSetString(gText2[i], string);
//
format(string, sizeof(string), "~w~Visite o Nosso Forum         -         ~w~brasilvidaladrao.forumeiros.com");
TextDrawSetString(gText3[i], string);
TextDrawShowForPlayer(i, gText3[i]);
Reply
#2

TextDrawColor()
Reply
#3

mais como vou determina com as cores: verde e amarelo
Reply
#4

ai jб nem sei kkk
Reply
#5

Escolha uma cor semelhantemente ao SendClientMessage, em hexadecimal.

Verde = 0x33AA33AA
Amarelo = 0xFFFF00AA
Branco = 0xFFFFFFAA
Reply
#6

Procure por gText2[i] = TextDrawCreate(deve estar no OnGameModeInit), um pouco abaixo deverб estar a funзгo TextDrawBackgroundColor, entгo altere a cor da sombra na funзгo TextDrawBackgroundColor com as cores postadas por Viniborn.

Caso nгo ache, procure no OnPlayerConnect por gText[playerid] = TextDrawCreate e faзa o mesmo processo.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)