Jump to content

Question

Posted

Deci ce nu e pus bine da nu imi arta membri / lideri / rank dau /gm si nu apare nimic dece ???

oare name ? il am definit altfel ?? si daia ???

sau astea nu is bn aranjate ?? if(Factiune[playerid][pLider] >= 1)

[pawn]CMD:gmt(playerid, params[])

{

new name[256], string[256];

if(Factiune[playerid][pLider] >= 1)

{

    for(new i=1;i<MAX_PLAYERS;i++)

{

    GetPlayerName(i,name,sizeof(name));

    if(Factiune[pMembru] == Factiune[playerid][pLider])

    {

        if(Factiune[pLider])

        {

            format(string, 256, "** Fondator ** %s", name);

    SendClientMessage(playerid, 0xFF0000AA, string);

    }

    else if(Factiune[pRang] == 5)

        {

            format(string, 256, "** Rank 5 ** %s", name);

    SendClientMessage(playerid, 0xFF0000AA, string);

    }

    else if(Factiune[pRang] == 4)

        {

            format(string, 256, "** Rank 4 ** %s", name);

    SendClientMessage(playerid, 0xFF0000AA, string);

    }

    else if(Factiune[pRang] == 3)

        {

            format(string, 256, "** Rank 3 ** %s", name);

    SendClientMessage(playerid, 0xFF0000AA, string);

    }

    else if(Factiune[pRang] == 2)

        {

            format(string, 256, "** Rank 2 ** %s", name);

    SendClientMessage(playerid, 0xFF0000AA, string);

    }

    else if(Factiune[pRang] == 1)

        {

            format(string, 256, "** Rank 1 ** %s", name);

    SendClientMessage(playerid, 0xFF0000AA, string);

    }

    }

}

}

else if(Factiune[playerid][pLider] == 1)

{

    SendClientMessage(playerid, 0xFF0000AA, "Nu esti intr-un clan");

}

    return 1;

}[/pawn]

2 answers to this question

Recommended Posts

Posted

nimeni :(

Respecta regulamentul si vei fi respectat si ajutat.

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.