[Ajuda] TextDraw
#1

Boas pessoal, nгo estou a conseguir mudar a cor do meu textdraw, eu meto o codigo da cor e ele fica preto..
Ajuda ai sff.

pawn Код:
new string[128];
    format(string, sizeof(string), "~G~Dream Gamers RolePlay V1.0");
    NWORP1 = TextDrawCreate(375.000000,420.000000,string);
    TextDrawAlignment(NWORP1,0);
    TextDrawBackgroundColor(NWORP1,0x000000);
    TextDrawFont(NWORP1,3);
    TextDrawLetterSize(NWORP1,0.500000,2.500000);
    TextDrawSetProportional(NWORP1,1);
    TextDrawSetShadow(NWORP1,1);
    TextDrawColor(NWORP1,0x00FF00);
REP + =)
Reply
#2

TextDrawBackgroundColor(NWORP1,0x000000);

Troque o que esta em vermelho
Reply
#3

Eu jб troquei, meti assim.

TextDrawBackgroundColor(NWORP1,0x696969);

Mas с deu
Reply
#4

0x696969FF
Acho q й isso
Reply
#5

Nгo й.. Vi o cуdigo no site da tabela de cores, sempre meti assim.. Sу que agora nгo estou a conseguir meter a cor que eu quero.
Reply
#6

TextDrawColor
pawn Код:
new string[64];
format(string, sizeof(string), "Dream Gamers RolePlay V1.0");
Reply
#7

Cor da fonte mude por.

pawn Код:
TextDrawColor(NWORP1, 0x696969FF);
Reply
#8

Sera que nao й esse ~g~ na frente de seu cуd ?
PHP код:
format(stringsizeof(string), "~G~Dream Gamers RolePlay V1.0"); 
Retire-o...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)