Jump to content

Comanda /admins nu imi apar adminii online


nebunaiurea

Recommended Posts

Dau /admins si imi apare Admini online si nu il arata pe nici unu ! Ma poate ajuta careva?

 

 
if (strcmp(cmd, "/admins", true) == 0)
  {
        if(IsPlayerConnected(playerid))
        {
        SendClientMessage(playerid, COLOR_WHITE, "{99CC00}|______ Admini online {8CFF00}Royal Club RPG ______|");
        for(new j=1;j<=5;j++)
          {
          foreach(Player, i)
            {
              if(PlayerData[pAdmin] == j)
                {
                  GetPlayerName(i, sendername, sizeof(sendername));
            format(string, 256, "{FF6633}%s {FFFFFF}[iD:%d] - Admin Level %d",sendername,i,PlayerData[pAdmin]);
                SendClientMessage(playerid, COLOR_WHITE, string);
                  }
            }
          }
        }
        return 1;
  }

 

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.