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



textdraw's - iStronG - 18.02.2014

to com um problema, tipu a textdraw de texto nгo ta aparecendo sou a de box naun sei poq

http://i.imgur.com/1UMzxPA.png

pawn Код:
TextoI[playerid] = TextDrawCreate(198.000000, 14.000000, "Forum SAMP");
    TextDrawBackgroundColor(TextoI[playerid], 255);
    TextDrawFont(TextoI[playerid], 0);
    TextDrawLetterSize(TextoI[playerid], 1.289999, 5.799996);
    TextDrawColor(TextoI[playerid], -1);
    TextDrawSetOutline(TextoI[playerid], 0);
    TextDrawSetProportional(TextoI[playerid], 1);
    TextDrawSetShadow(TextoI[playerid], 1);
    TextDrawSetSelectable(TextoI[playerid], 0);



Re: textdraw's - .FuneraL. - 18.02.2014

Veja se tem "TextDrawShowForPlayer" no OnPlayerConnect ou onde quer que seja o local que irб fazer aparecer o texto


Re: textdraw's - Wanderson_SAMP - 18.02.2014



pawn Код:
//Exemplo
//No onplayerconnect

TextDrawShowForPlayer(playerid, TextoI[playerid]);



Re: textdraw's - iStronG - 18.02.2014

Era isso naun.
Existe problema em fonte? pq eu mudei a fonte e deu
TextDrawFont(TextoI[playerid], 0);
De 0 botei 1 e deu mais eu queria a 0 pq deu isso?


Re: textdraw's - PT - 18.02.2014

veja aqui as fontes

https://sampwiki.blast.hk/wiki/TextDrawFont

normalmente por vc mudar isso apenas deveria mudar o estilo da letras,mas veja..