SA-MP Forums Archive
[Ajuda] Comando /admins Nгo funciona - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Comando /admins Nгo funciona (/showthread.php?tid=471090)



Comando /admins Nгo funciona - CLANdok - 21.10.2013

Bom gente meu comando /admins funciona no Meu servidor Local mais quando eu Upo pra samphost Nгo funciona olhem:
pawn Код:
COMMAND:admins(playerid, params[])
{
    new AdminList[500], Name[24];
    SendAdminText(playerid, "/admins", params);
    if (APlayerData[playerid][LoggedIn] == true)
    {
        for (new i; i < MAX_PLAYERS; i++)
        {
            if (IsPlayerConnected(i))
            {
                GetPlayerName(i, Name, sizeof(Name));
     
                if (APlayerData[i][PlayerLevel] > 0)
                {
                    format(AdminList, 500, "%s%s: %s (id: %i), Level de admin: %i\n", AdminList, AdminLevelName[APlayerData[i][PlayerLevel]], Name, i, APlayerData[i][PlayerLevel]);
                }
            }
        }
        if (strlen(AdminList) > 0) ShowPlayerDialog(playerid, DialogNoResponse, DIALOG_STYLE_LIST, "Admins Online:", AdminList, "OK", "Cancelar");
        else SendClientMessage(playerid, 0xFF0000FF, "Nгo tem admins online agora!");
    }
    return 1;
}
Ajuda Por Favor,Obrigado


Re: Comando /admins Nгo funciona - CLANdok - 21.10.2013

Ja consegui. o poblema й que eu tava de level 7 e nгo 6 o nivel maximo era 6 e nao 7 rs.


Re: Comando /admins Nгo funciona - CharlieBrown - 21.10.2013

Quote:
Originally Posted by CLANdok
Посмотреть сообщение
Ja consegui. o poblema й que eu tava de level 7 e nгo 6 o nivel maximo era 6 e nao 7 rs.
2є tуpico seu sobre isso e no otro ja tinham falado isso vc q nгo presto atenзгo *-*