[AJUDA]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]Textdraw (
/showthread.php?tid=283847)
[AJUDA]Textdraw -
.CrazZy._.[De] - 17.09.2011
Alguйm pode mim passar um textdraw Assim:
Procurei no Search e nгo achei
Se poder ajuda, Thank's!
Re: [AJUDA]Textdraw -
guilhermegtu - 17.09.2011
Pra mim parece um objeto, aquilo que ta em volta do circulo vermelho..
Re: [AJUDA]Textdraw -
Macintosh - 17.09.2011
Quote:
Originally Posted by guilhermegtu
Pra mim parece um objeto, aquilo que ta em volta do circulo vermelho..
|
Ele tб pedindo a TextDraw no rodapй --'.
Faзa com o Zamaroths Editor.
Re: [AJUDA]Textdraw -
CyNiC - 17.09.2011
Tenho um parecido:
pawn Код:
new Text:Rodape;
Rodape
= TextDrawCreate
(3.000000,
429.000000,
"Meu Servidor www.forumdomeuservidor.com.br");
TextDrawBackgroundColor
(Rodape,
255);
TextDrawFont
(Rodape,
0);
TextDrawLetterSize
(Rodape,
0.609999,
1.800000);
TextDrawColor
(Rodape,
-65281);
TextDrawSetOutline
(Rodape,
1);
TextDrawSetProportional
(Rodape,
1);
TextDrawUseBox
(Rodape,
1);
TextDrawBoxColor
(Rodape, 0x000000250
);
TextDrawTextSize
(Rodape,
728.000000,
0.000000);
Re: [AJUDA]Textdraw -
WLSF - 17.09.2011
Quote:
Originally Posted by CyNiC
Tenho um parecido:
pawn Код:
new Text:Rodape; Rodape = TextDrawCreate (3.000000, 429.000000, "Meu Servidor www.forumdomeuservidor.com.br"); TextDrawBackgroundColor (Rodape, 255); TextDrawFont (Rodape, 0); TextDrawLetterSize (Rodape, 0.609999, 1.800000); TextDrawColor (Rodape, -65281); TextDrawSetOutline (Rodape, 1); TextDrawSetProportional (Rodape, 1); TextDrawUseBox (Rodape, 1); TextDrawBoxColor (Rodape, 0x000000250 ); TextDrawTextSize (Rodape, 728.000000, 0.000000);
|
Cynic me tira uma dъvida, TextDraw nгo abre de jeito nenhum aqui. Alguma dica? '-'
Re: [AJUDA]Textdraw -
.CrazZy._.[De] - 17.09.2011
Quote:
Originally Posted by Willian_Luigi
Cynic me tira uma dъvida, TextDraw nгo abre de jeito nenhum aqui. Alguma dica? '-'
|
Aqui tambйm nгo abre :/
Re: [AJUDA]Textdraw -
CyNiC - 17.09.2011
A variбvel deve ser global(criada no topo) e essas funзхes vгo bem no OnGameModeInit, entгo basta usar
pawn Код:
TextDrawShowForPlayer(playerid, Rodape);
onde quiser(se nгo funcionar no OnPlayerConnect, tente no RequestSpawn).
Re: [AJUDA]Textdraw -
WLSF - 17.09.2011
Quote:
Originally Posted by CyNiC
A variбvel deve ser global(criada no topo) e essas funзхes vгo bem no OnGameModeInit, entгo basta usar
pawn Код:
TextDrawShowForPlayer(playerid, Rodape);
onde quiser(se nгo funcionar no OnPlayerConnect, tente no RequestSpawn).
|
Poisй no meu й que nem sscanf sу funciona se jogar praga. Tem algum macete fora 'TextDrawShowForPlayer'
Re: [AJUDA]Textdraw -
.CrazZy._.[De] - 17.09.2011
Quote:
Originally Posted by CyNiC
A variбvel deve ser global(criada no topo) e essas funзхes vгo bem no OnGameModeInit, entгo basta usar
pawn Код:
TextDrawShowForPlayer(playerid, Rodape);
onde quiser(se nгo funcionar no OnPlayerConnect, tente no RequestSpawn).
|
Hm.. Vlw ae pessoal.. mais alguйm nгo tem o textdraw preto com horбrio, e players online.. Se tiver ajuda ae..
Re: [AJUDA]Textdraw -
[R] ousenber [K] - 17.09.2011
Use o zamarorth ...
http://forum.sa-mp.com/showthread.ph...light=Zamaroht