23.01.2019, 22:56
Bom estou utilizando este cуdigo:
Para gerar o efeito de trocas de cores em um determinado tempo. Sу que eu utilizei a letra "b" para algumas letras ficarem azuis, porйm elas ficaram com um azul meio fraco, gostaria de saber se tem como colocar um azul mais forte.
Imagem do efeito: https://imgur.com/a/6sjFXbo
Crйditos ao GSFBart por me apresentar esse sistemasinho!: p
Код:
{ if(Principal== 0) { TextDrawSetString(Principal, "ld_shtr:burger"); TextDrawSetString(BPLGM, "~g~~h~~h~B~b~~h~~h~P~g~~h~~h~L G~b~~h~~h~a~g~~h~~h~m~b~~h~~h~e~g~~h~~h~s"); Principal = 1; } else { TextDrawSetString(Principal, "ld_shtr:drink"); TextDrawSetString(BPLGM, "~b~~h~~h~B~g~~h~~h~P~b~~h~~h~L G~g~~h~~h~a~b~~h~~h~m~g~~h~~h~e~b~~h~~h~s"); Principal= 0; }
Imagem do efeito: https://imgur.com/a/6sjFXbo
Crйditos ao GSFBart por me apresentar esse sistemasinho!: p