[Ajuda] Cor em string - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Cor em string (
/showthread.php?tid=663174)
Cor em string -
DeYmonD - 23.01.2019
Bom estou utilizando este cуdigo:
Код:
{
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;
}
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
Re: Cor em string -
ipsLuan - 23.01.2019
~b~B~g~P~y~L
~b~ = blue (azul)
~g~ = green (verde)
~y~ = yellow (amarelo)
Re: Cor em string -
DeYmonD - 23.01.2019
Sim, certo, sу que nгo teria como deixar um azul mais forte nгo?
Re: Cor em string -
ipsLuan - 24.01.2019
Meu amigo, vocк tem um monte de ~h~ aн.
Й por causa disso que estб branco.
https://sampwiki.blast.hk/wiki/GameTextStyle
Re: Cor em string -
DeYmonD - 24.01.2019
Desculpe pelo mal entendido, nгo sabia kkkkkkk....
Valeu me ajudou muito! Thanks!
Re: Cor em string -
DanielMatrix - 24.01.2019
Gostei da ideia ,mas MT lъdico eu acho