SA-MP Forums Archive
[Ajuda] Atualizar textdraw - 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] Atualizar textdraw (/showthread.php?tid=630562)



Atualizar textdraw - Luiiiz - 16.03.2017

Teria um jeito de atualizar textdraw? To fazendo um sistema de Fome/Sede/Sono em textdraw e nгo sei se tem um jeito de atualizar o tamanho de uma TextDraw sem ter que criar vбrias e ir escondendo uma e mostrando a outra.


Respuesta: Atualizar textdraw - SammyJ - 16.03.2017

Sу mudar o valor dela, e mostra lб com TexdrawShow. Se for string use TexdrawSetString.


Re: Respuesta: Atualizar textdraw - Luiiiz - 16.03.2017

Quote:
Originally Posted by SammyJ
Посмотреть сообщение
Sу mudar o valor dela, e mostra lб com TexdrawShow. Se for string use TexdrawSetString.
No caso, sгo 12 tipos de tamanho. Eu vou ter que criar 12 TextDraws e ir escondendo 1 e mostrando a outra? '-'


Respuesta: Atualizar textdraw - SammyJ - 16.03.2017

Nгo, altere o valor, depois mostre a novamente.
(estou pelo celular).


Re: Respuesta: Atualizar textdraw - Luiiiz - 16.03.2017

Quote:
Originally Posted by SammyJ
Посмотреть сообщение
Nгo, altere o valor, depois mostre a novamente.
(estou pelo celular).
Entгo fi, quero saber como alterar esse valor '-'
qual funзгo usar


Respuesta: Atualizar textdraw - SammyJ - 16.03.2017

Primeiro valor.
PHP код:
TextdrawTextSize(textid1234.0321.0);
TextdrawShowForPlayer(playeridtextos); 
Alterando o valor, e mostrando novamente.
PHP код:
TextdrawTextSize(textid432.0123.0);
TextdrawShowForPlayer(playeridtextos); 



Re: Respuesta: Atualizar textdraw - Luiiiz - 16.03.2017

Quote:
Originally Posted by SammyJ
Посмотреть сообщение
Primeiro valor.
PHP код:
TextdrawTextSize(textid1234.0321.0);
TextdrawShowForPlayer(playeridtextos); 
Alterando o valor, e mostrando novamente.
PHP код:
TextdrawTextSize(textid432.0123.0);
TextdrawShowForPlayer(playeridtextos); 
PHP код:
Undefined symbol "TextdrawTextSize" 



Respuesta: Re: Respuesta: Atualizar textdraw - SammyJ - 16.03.2017

Quote:
Originally Posted by Luiiiz
Посмотреть сообщение
PHP код:
Undefined symbol "TextdrawTextSize" 
Mano isso foi sу um exemplo, eu escrevi a funзгo errada, pois estou pelo celular, infelizmente nгo posso ajudar agora!


Re: Respuesta: Re: Respuesta: Atualizar textdraw - Luiiiz - 16.03.2017

Quote:
Originally Posted by SammyJ
Посмотреть сообщение
Mano isso foi sу um exemplo, eu escrevi a funзгo errada, pois estou pelo celular, infelizmente nгo posso ajudar agora!
Sim, consegui. Valeu.