[Pedido] 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: [Pedido] Textdraw (
/showthread.php?tid=477797)
Textdraw -
Stifler4i20 - 26.11.2013
Eu Queria Botar o Meu Level em Outro Lugar Tipo Aqui So Quem Bem Mais Enfeitado.
Re: Textdraw -
Delete_ - 26.11.2013
entгo poe, oras.
Re: Textdraw -
Stifler4i20 - 26.11.2013
Mais Eu Nгo Consigo.Eu Quero Ajuda Como Eu Coloco La?
Respuesta: Textdraw -
cantiliano - 26.11.2013
https://sampforum.blast.hk/showthread.php?tid=117851
Re: Textdraw -
iDreak - 26.11.2013
й tгo dificil assim para mudar as Coordenadas das textdraws
Re: Textdraw -
Stifler4i20 - 26.11.2013
Entao Como Pegar As Cordenadas Da Tela Para Mudar O textdraws Me Enssina Eu Nгo Sei Muita Coisa So Iniciante.
Re: Textdraw -
Gleisson_. - 26.11.2013
Quote:
Originally Posted by Stifler4i20
Entao Como Pegar As Cordenadas Da Tela Para Mudar O textdraws Me Enssina Eu Nгo Sei Muita Coisa So Iniciante.
|
Procura tutoriais que vocк aprende, o fуrum sa-mp ta cheio de tutos..
E um membro postou nesse tуpico um link, veja-o!
E se vocк nem sabe criar text draw como tem essa text ae embaixo ?
Re: Textdraw -
Stifler4i20 - 26.11.2013
Isso ai e de outro serve so entrei para mostra onde eu queria as coisa.
Re: Textdraw -
Stifler4i20 - 26.11.2013
TIPO EU SO QUERO MUDAR O LOCAR DE ONDE FICA O LEVEL CASA VIP E ORG/CLA PARAA AQUELE LUGAR QUE TALA MOSTRANDO QUEM SABE ME AJUDA POR FAVOR.
Re: Textdraw -
Tugamars - 26.11.2013
Isso deve servir para pegar as coordenadas :
http://nepag.com.br/rK/iEditor/
pawn Код:
tlevel1 = TextDrawCreate(X,Y,"Level :");
No entanto se quiser fazer com o level do jogador tem de fazer com isso :
https://sampwiki.blast.hk/wiki/Format
pawn Код:
new string[35];
format(string,sizeof(string),"Level : %d", score);
tlevel1 = TextDrawCreate(X,Y,string);
Quanto ao ultimo code nгo tenho a certeza , se tiver errado corrijam-me .