[Ajuda] Centralizamento TextDraw
#1

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

ve

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

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

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

+ rep para vocк
Reply
#4

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)