14.02.2012, 00:58
Fiz o do money para vocк, testa ae
Do score sу procurar ae que existe milhares.
Espero ter ajudado
pawn Код:
if(strcmp(cmdtext, "/moneyrank", true) == 0)
{
static n[25],s[40],p,grana;
for(new i = 0; i < 5; i++){
if(GetPlayerMoney(i) > grana){
p = i;
grana = GetPlayerMoney(i);
}
GetPlayerName(p , n, 25);
format(s,128, "%s - R$%d", n , GetPlayerMoney(p));
ShowPlayerDialog(playerid, 1 ,DIALOG_STYLE_MSGBOX,"Money Rank",s,"OK","");
}
return true;
}
Espero ter ajudado
