[Ajuda] textdraw's
#1

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);
Reply
#2

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



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

TextDrawShowForPlayer(playerid, TextoI[playerid]);
Reply
#4

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?
Reply
#5

veja aqui as fontes

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)