[PEDIDO] Comando For
#3

pawn Код:
if(strcmp(cmd, "/rico", true) == 0)
{
    new Jogador[MAX_PLAYER_NAME],Vstring[64],Rico,Valor;

    for(new i = 0; i < GetMaxPlayers(); i++)
        if(IsPlayerConnected(i))
            if(GetPlayerMoney(i) > Valor)
            {
                Valor = GetPlayerMoney(i);
                Rico = i;
            }

    GetPlayerName(Rico , Jogador, sizeof(Jogador));
    format(Vstring, sizeof(Vstring), "%s й o jogador mais rico. Ele tem %d", Jogador,GetPlayerMoney(Rico));
    SendClientMessageToAll(-1,Vstring);
   
    return 1;
}
Reply


Messages In This Thread
[PEDIDO] Comando For - by cotonete - 12.10.2011, 19:55
Re: [PEDIDO] Comando For - by Colgate - 12.10.2011, 21:01
Re: [PEDIDO] Comando For - by ViniBorn - 12.10.2011, 21:40

Forum Jump:


Users browsing this thread: 2 Guest(s)