[Ajuda] Me ajudem por favor
#9

pawn Код:
CMD:recorde(playerid)
{
    new Jogador, Dinheiro, teste, teste2, Ultimo, score, Maior;
    for (new x = 0, y = GetMaxPlayers(); x != y; x++)
    {
        Dinheiro = GetPlayerMoney(x);
        score = GetPlayerScore(x);
        if (Dinheiro > Ultimo)
        {
            Maior = Dinheiro;
            Jogador = x;
        }
        if (score > teste2)
        {
            teste = score;
            Jogador = x;
        }
        Ultimo = Dinheiro;
        teste2 = score;
    }
    format(hstring, sizeof(hstring), "[INFO] O mais rico й %s[ID:%d] - Dinheiro: %d.", pname, Jogador, Maior);
    SendClientMessage(playerid, -1, hstring);
    format(hstring, sizeof(hstring), "[INFO] O de mais score й %s[ID:%d] - Score: %d.", pname, Jogador, teste);
    SendClientMessage(playerid, -1, hstring);
    return 1;
}
Reply


Messages In This Thread
Me ajudem por favor - by Bruno Alves - 09.08.2012, 15:39
Re: Me ajudem por favor - by Coreia - 09.08.2012, 15:44
Re: Me ajudem por favor - by Bruno Alves - 09.08.2012, 15:48
Re: Me ajudem por favor - by Chefгo - 09.08.2012, 15:55
Re: Me ajudem por favor - by rjjj - 09.08.2012, 16:00
Re: Me ajudem por favor - by Bruno Alves - 09.08.2012, 16:53
Re: Me ajudem por favor - by @Riichard - 09.08.2012, 16:57
Re: Me ajudem por favor - by Bruno Alves - 09.08.2012, 17:16
Re: Me ajudem por favor - by @Riichard - 09.08.2012, 17:21

Forum Jump:


Users browsing this thread: 2 Guest(s)