04.07.2011, 23:56
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
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 i; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i) && gPlayerLogged[i])
{
new string[128];
format(string, 128, "R$%d", GP[i], PlayerInfo[i][pLevel],PlayerInfo[i][pPnumber]);
TextDrawSetString(tGP2[i], string);
format(string, 128, "R$%d", GP[i], PlayerInfo[i][pLevel],PlayerInfo[i][pPnumber]);
TextDrawSetString(tGP3[i], string);
}
}
}