Jump to content

Question

Posted

Cand dau /admins imi apare la fiecare admin in parte admin level 1 2 3  pana la 8 dar nu imi apar asa cum le-am denumit spre exemplu la admin 8 ar trebui sa apara Scripter dar apare simplu admin 8

1 answer to this question

Recommended Posts

  • 0
Posted

Stiu ca e putin cam tarziu...Da' daca te ajuta poftim

[pawn]

CMD:admins(playerid)
{
    SCM(playerid, COLOR_LIGHTBLUE, "---===ADMINS===---");
    if(PlayerInfo[id][pAdmin] == 1)
    {
        new string[80];
        format(string, sizeof(string), "Admin-Trial: %s", GetName(id));
        SCM(playerid, COLOR_LIGHTBLUE, string);
    }
    else if(PlayerInfo[id][pAdmin] == 2)
    {
        new string[80];
        format(string, sizeof(string), "Admin 1: %s", GetName(id));
        SCM(playerid, COLOR_LIGHTBLUE, string);
    }
    else if(PlayerInfo[id][pAdmin] == 3)
    {
        new string[80];
        format(string, sizeof(string), "Admin 2: %s", GetName(id));
        SCM(playerid, COLOR_LIGHTBLUE, string);
    }
    else if(PlayerInfo[id][pAdmin] == 4)
    {
        new string[80];
        format(string, sizeof(string), "Admin 3: %s", GetName(id));
        SCM(playerid, COLOR_LIGHTBLUE, string);
    }
    else if(PlayerInfo[id][pAdmin] == 5)
    {
        new string[80];
        format(string, sizeof(string), "Moderator: %s", GetName(id));
        SCM(playerid, COLOR_LIGHTBLUE, string);
    }
    else if(PlayerInfo[id][pAdmin] == 6)
    {
        new string[80];
        format(string, sizeof(string), "Co-Owner: %s", GetName(id));
        SCM(playerid, COLOR_LIGHTBLUE, string);
    }
    else if(PlayerInfo[id][pAdmin] == 7)
    {
        new string[80];
        format(string, sizeof(string), "Owner: %s", GetName(id));
        SCM(playerid, COLOR_LIGHTBLUE, string);
    }

    SCM(playerid, COLOR_LIGHTBLUE, "---===----===---");
    return 1;
}[/pawn]

 

NU E DE COMPETENTA MEA SA FAC LUMEA MAI BUNA.

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.