[Ajuda] TextDrawns - 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] TextDrawns (
/showthread.php?tid=567806)
TextDrawns -
CaioTesio - 16.03.2015
Eae galera to com esse bug que ta chatinho de resolver pqp alguem pode me ajuda??
Video para entender:
Video Aqui
Obrigado
Re: TextDrawns -
Hardware - 16.03.2015
O vнdeo estб privado, Caio.
Re: TextDrawns -
CaioTesio - 16.03.2015
Quote:
Originally Posted by Hardware
O vнdeo estб privado, Caio.
|
Opa desculpa,jб arrumei
Re: TextDrawns -
arakuta - 16.03.2015
Eles sгo centralizados?
Coloca o textsize do eixo X em 10, e o Y em posiзгo Y + 30.
Por exemplo:
PHP код:
Textdraw0 = TextDrawCreate(100.0,100.0,"Teste");
TextDrawTextSize(Textdraw0,10.0,130.0);
Re: TextDrawns -
n0minal - 16.03.2015
O textsize das opзхes selecionaveis estб incorreto, certifique-se de que o Y do textsize seja 12.0 ou 13.0.
Re: TextDrawns -
arakuta - 16.03.2015
Seus textdraws sгo LEFT.
Entгo й TextSize com 10 no eixo Y, e posiзгo X + 30 no eixo X.
Re: TextDrawns -
CaioTesio - 16.03.2015
Quote:
Originally Posted by arakuta
Seus textdraws sгo LEFT.
Entгo й TextSize com 10 no eixo Y, e posiзгo X + 30 no eixo X.
|
Mas nгo tem essas textsizes no meu code
Re: TextDrawns -
arakuta - 16.03.2015
Quote:
Originally Posted by arakuta
Seus textdraws sгo LEFT.
Entгo й TextSize com 10 no eixo Y, e posiзгo X + 30 no eixo X.
|
Seus textdraws sгo LEFT.
Entгo й TextSize com 10 no eixo Y, e posiзгo X + 30 no eixo X.
Re: TextDrawns -
CaioTesio - 16.03.2015
Quote:
Originally Posted by arakuta
Seus textdraws sгo LEFT.
Entгo й TextSize com 10 no eixo Y, e posiзгo X + 30 no eixo X.
|
PHP код:
Textdraw0 = TextDrawCreate(100.0,100.0,"Teste");
TextDrawTextSize(Textdraw0,10.0,30.0);
No caso seria isso?
Re: TextDrawns -
arakuta - 16.03.2015
Quote:
Originally Posted by CaioTesio
PHP код:
Textdraw0 = TextDrawCreate(100.0,100.0,"Teste");
TextDrawTextSize(Textdraw0,10.0,30.0);
No caso seria isso?
|
Vocк testou e viu que nгo funcionou.
Re: TextDrawns -
CaioTesio - 16.03.2015
Quote:
Originally Posted by arakuta
Vocк testou e viu que nгo funcionou.
|
Mas e como vou descobrir as X e Y?
Re: TextDrawns -
CaioTesio - 17.03.2015
@Up Ajuda
Re: TextDrawns -
Dayvison_ - 17.03.2015
Tente
https://sampforum.blast.hk/showthread.php?tid=566748
Re: TextDrawns -
arakuta - 17.03.2015
Meu ъltimo post neste tуpico. Jб mencionei a fуrmula da бrea para o TextSize umas 5 vezes.
"LEFT: Entгo й TextSize com
10 no eixo Y, e
posiзгo X +
30 no eixo X."
Re: TextDrawns -
CaioTesio - 17.03.2015
Quote:
Originally Posted by arakuta
Meu ъltimo post neste tуpico. Jб mencionei a fуrmula da бrea para o TextSize umas 5 vezes.
"LEFT: Entгo й TextSize com 10 no eixo Y, e posiзгo X + 30 no eixo X."
|
Pois й.... E como descubro as coordenadas?
Re: TextDrawns -
ipsLuan - 18.03.2015
Atravйs do cуdigo do TextDrawCreate/PlayerCreateTextdraw e/ou cуdigos das TextDraws.
Tem que aprender mais a linguagem de programaзгo pawn.
Re: TextDrawns -
CaioTesio - 18.03.2015
Quote:
Originally Posted by Luan Argolo
Atravйs do cуdigo do TextDrawCreate/PlayerCreateTextdraw e/ou cуdigos das TextDraws.
Tem que aprender mais a linguagem de programaзгo pawn.
|
Obg pela ajuda Luan mas isso eu sei porem apliquei e nгo deu,continua bugado.