[Ajuda] Comando Ver Admins online
#3

pawn Код:
if (strcmp("/admins", cmdtext, true, 10) == 0)
{
    new count = 0;
    {
        new adminstring[600];
        if (IsPlayerConnected(playerid))
        {
            for (new i = 0; i < MAX_PLAYERS; i++)
            {
                if (IsPlayerConnected(i))
                {
                    if (pAdmin[i] > 0) if (pAdmin[i] < 10)
                    {
                        format(adminstring, sizeof(adminstring), "%s%s - %s\n", adminstring, GetAdminName(i), PlayerName(i));
                        ShowPlayerDialog(playerid, 2563, DIALOG_STYLE_MSGBOX, "Administradores Online", adminstring, "OK", "");
                        count++;
                    }
                }
            }
        }
        if (count == 0)
        {
            ShowPlayerDialog(playerid, 2563, DIALOG_STYLE_MSGBOX, "Administradores Online", "\n  (ERRO) Nгo hб administradores online no momento  \n", "OK", "SAIR");
        }
        return 1;
    }
}
Crйditos: Diogo123 e eu ^^
Reply


Messages In This Thread
Comando Ver Admins online - by Marcinho - 11.08.2013, 17:04
Re: Comando Ver Admins online - by Diogo123 - 11.08.2013, 17:33
Respuesta: Comando Ver Admins online - by ViniKuliveguisky - 11.08.2013, 17:38
Re: Comando Ver Admins online - by Marcinho - 11.08.2013, 20:18

Forum Jump:


Users browsing this thread: 1 Guest(s)