[Ajuda]Segunda Moeda
#1

Tipo eu coloquei uma moeda no meu servidor de Teste ai eu mudei para emcima do Dolla olha como fico.

Minha Moeda:
/imageshack/img37/4589/rsegundamoeda.jpg
Ou http://imageshack.us/photo/my-images...undamoeda.jpg/

Ai tipo eu queria que ficasse assim olha:

Ou
/imageshack/img695/4...ndamoedaph.jpg
http://imageshack.us/photo/my-images...damoedaph.jpg/



Explicando: Tipo no meu fico certo, mais eu queria que fica tipo da ss da 2° Tentei de tudo aki e nao consigui, Tipo fica tapando o dolla todo com a segunda moeda.

Meu como ta: Se alguem saber porfavo me ajuda

PHP код:
public AtualizarGP()
{
    for(new 
iMAX_PLAYERSi++)
    {
        if(
IsPlayerConnected(i) && gPlayerLogged[i])
        {
            new 
string[128];
            
format(string128"R$%d"GP[i], PlayerInfo[i][pLevel],PlayerInfo[i][pPnumber]);
            
TextDrawSetString(tGP2[i], string);
            
format(string128"R$%d"GP[i], PlayerInfo[i][pLevel],PlayerInfo[i][pPnumber]);
            
TextDrawSetString(tGP3[i], string);
        }
    }

Reply
#2

Tapa a 2є textdraw com uma textdraw preta. E coloque essa encima =)
Reply
#3

aquilo lб nгo й uma moda secundбria e sim a letra 'R' do lado do money.
Reply
#4

Nгo [S]Trong e moeda secundaria siim.
Reply
#5

Ah, sei, bom vocк teria de criar uma nova textdraw, use o zamaroth textdraw editor assim й mais fбcil pois vocк pode fazer da forma que te agrada.
Reply
#6

Tambйm nгo acho que seja moeda sencudбria.

Tenta ir em um Pay'n'Spray e ver se й descontado algum dinheiro, em caso positivo, esta a moeda original do sa-mp.
Reply
#7

Fiz aqui pra vocк do jeito que o [S]trong disse...

No topo:
PHP код:
new Text:dText
Em OnPlayerSpawn:
PHP код:
TextDrawShowForPlayer(playerid,dText); 
Em OnGameModeInit:
PHP код:
    dText TextDrawCreate(486.0000,75.0000,"R");
    
TextDrawColor(dText,0x009C00AA);
    
TextDrawBackgroundColor(dText,255);
    
TextDrawSetOutline(dText,1);
    
TextDrawLetterSize(dText0.5999,2.6000); 
Espero ter ajudado =D
Reply
#8

Vlw Dark Brigado ;d
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)