SA-MP Forums Archive
[Ajuda] Centralizamento 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] Centralizamento TextDraw (/showthread.php?tid=377373)



Centralizamento TextDraw - Maklister - 13.09.2012

Bom quando digito algum anuncio de textdraw as letras aparecem somente a partir do local da textdraw para a direita
Queria que ao escrever o anuncio, aparecer centralizado na tela

TextDraw

pawn Код:
// OnGameModeInit

    TextoChat = TextDrawCreate(271.000000, 199.000000, " ");
    TextDrawBackgroundColor(TextoChat, 255);
    TextDrawFont(TextoChat, 1);
    TextDrawLetterSize(TextoChat, 0.420000, 1.500000);
    TextDrawColor(TextoChat, -1);
    TextDrawSetOutline(TextoChat, 0);
    TextDrawSetProportional(TextoChat, 1);
    TextDrawSetShadow(TextoChat, 1);
Comando para formatar a TextDraw

pawn Код:
// Comando

CMD:an(playerid, params[])
{
    if(PlayerInfo[playerid][pAdmin] < 1000) return SendClientMessage(playerid, VERMELHO_ESCURO, "[x] Voce nгo й um Administrador.");
    new t[426], TempoResTexto;
    if(sscanf(params, "s[426]", t)) return SendClientMessage(playerid, VERMELHO_ESCURO, "[x] Use: /An [ Mensagem ]");
    format(String, sizeof(String), "~g~%s~w~: %s",nome(playerid), t);
    TextDrawSetString(TextoChat,String);
    TextDrawShowForAll(TextoChat);
    TempoResTexto = SetTimer("FecharTexto", 8000, false);
    TempoResTexto--;
    return 1;
}
Possivel й

So nao sei qual funзгo usar


Re: Centralizamento TextDraw - Sergiosousa - 14.09.2012

ve

https://sampwiki.blast.hk/wiki/TextDrawAlignment
pawn Код:
TextDrawAlignment(TextoChat, 2);



Re: Centralizamento TextDraw - Maklister - 14.09.2012

Quote:
Originally Posted by Sergiosousa
Посмотреть сообщение
ve

https://sampwiki.blast.hk/wiki/TextDrawAlignment
pawn Код:
TextDrawAlignment(TextoChat, 2);
Rsrs vlw preto

+ rep para vocк


Re: Centralizamento TextDraw - Maklister - 14.09.2012

Quote:
Originally Posted by Lost._.
Посмотреть сообщение
Olб murilo poderia estar liberando esse sistema completo para meu gm?
Desculpa que sistema ? pois isso e apenas um comando usando a funзгo

pawn Код:
TextDrawSetString(TextDraw0, string);



Re: Centralizamento TextDraw - Maklister - 14.09.2012

Lost nao posso passar todos meus sistemas pois sгo de exclusividade de meu servidor

mais posso ajudar a vocк fazer

estude :

https://sampwiki.blast.hk/wiki/Scripting_Basics
https://sampwiki.blast.hk/wiki/TextDrawCreate
https://sampwiki.blast.hk/wiki/TextDrawSetString

Tente criar, deu erro poste que te ajudo