[Ajuda] Texto de contagem
#1

Eu tenho uma contagem pra terminar de roubar um local, mas fica no meio da tela, como coloco no canto inferior direito? (nгo й textdraw...)
pawn Код:
public ContagemRoubo(playerid)
{
    new string[70];
    format(string, sizeof(string), "~w~Tempo para roubar:~n~~r~%d segundos.", Contagem[playerid]);
    GameTextForPlayer(playerid, string, 1500, 3);
    if(Contagem[playerid] == 0)
    {
        KillTimer(TempoContagem[playerid]);
    }
    Contagem[playerid]--;
    return 1;
}
Reply
#2

Quote:

GameTextForPlayer(playerid, string, 1500, 3);

Nessa parte troque o " 3 " por " 1 "

Ira ficar assim :


Quote:

GameTextForPlayer(playerid, string, 1500, 1);







--

Espero ter ajudado.
Atenciosamente
Macacu Vuador
Skype: luis.paulo.2
Reply
#3

ve tu aqui o estilo que queres e assim ja sabes para a proxima

https://sampwiki.blast.hk/wiki/GameTextStyle
Reply
#4

tenta

pawn Код:
public ContagemRoubo(playerid)
{
    new string[70];
    format(string, sizeof(string), "~n~~n~~n~~w~Tempo para roubar:~n~~r~%d segundos.", Contagem[playerid]);
    GameTextForPlayer(playerid, string, 1500, 3);
    if(Contagem[playerid] == 0)
    {
        KillTimer(TempoContagem[playerid]);
    }
    Contagem[playerid]--;
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)