[Ajuda] Zero antes do valor.
#1

*Usei o BUSCA sim >.>*
Vi um tуpico com o mesmo problema mas nгo funcionou =/

Seguinte, tenho um sistema de dinheiro secundбrio e queria colocar ele em cima do dolar...
E ele tem que ter os 8zeros "igual o dolar"
Enfim
Queria a coordenada e como fazer o valor substituir os ZEROS
EX:
$00000000 < Dolar
R$:00000000 < Em cima do dolar
EXІ:
/dardinheiro yury 12345
=
R$:00012345

[Parte do sistema]

Sгo as coordenadas de inicio e a outra ACHO que quando ganha pontos de procurado que no caso muda de lugar o GP
E ele nгo vai mais precisar mudar

Код:
    tGP2[playerid] = TextDrawCreate(499.600,101.0000," ");
    TextDrawColor(tGP2[playerid], COLOR_RED);
    TextDrawLetterSize(tGP2[playerid], 0.575, 2.1);
    TextDrawFont(tGP2[playerid], 3);
    TextDrawBackgroundColor(tGP2[playerid], 0x00000AA);
    TextDrawSetOutline(tGP2[playerid], 2);

    tGP3[playerid] = TextDrawCreate(499.600,130.0000," ");
    TextDrawColor(tGP3[playerid], COLOR_GREEN);
    TextDrawLetterSize(tGP3[playerid], 0.575, 2.1);
    TextDrawFont(tGP3[playerid], 3);
    TextDrawBackgroundColor(tGP3[playerid], 0x00000AA);
    TextDrawSetOutline(tGP3[playerid], 2);
Код:
public AtualizarGP()
{
    for(new i; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i) && gPlayerLogged[i])
        {
            new string[128];
            format(string, 128, "R$~w~:%d", GP[i], PlayerInfo[i][pLevel],PlayerInfo[i][pPnumber]);
            TextDrawSetString(tGP2[i], string);
            format(string, 128, "R$~w~:%d", GP[i], PlayerInfo[i][pLevel],PlayerInfo[i][pPnumber]);
            TextDrawSetString(tGP3[i], string);
        }
    }
}
Sei que to pedindo muito, mas sei que tem muita gente com bom coraзгo aqui
Reply


Messages In This Thread
[Ajuda] Zero antes do valor. - by yuryroque - 20.06.2011, 05:48
Re: [Ajuda] Zero antes do valor. - by Dark.Angel - 20.06.2011, 07:15
Re: [Ajuda] Zero antes do valor. - by Shadoww5 - 20.06.2011, 10:49
Re: [Ajuda] Zero antes do valor. - by yuryroque - 20.06.2011, 16:11
Re: [Ajuda] Zero antes do valor. - by yuryroque - 20.06.2011, 17:20
Re: [Ajuda] Zero antes do valor. - by yuryroque - 20.06.2011, 21:33
Re: [Ajuda] Zero antes do valor. - by yuryroque - 21.06.2011, 18:36
Re: [Ajuda] Zero antes do valor. - by steki. - 21.06.2011, 18:38
Re: [Ajuda] Zero antes do valor. - by TheGarfield - 21.06.2011, 18:52
Re: [Ajuda] Zero antes do valor. - by steki. - 21.06.2011, 19:00

Forum Jump:


Users browsing this thread: 1 Guest(s)