Jump to content

RulePlay RPG


Poki3

Recommended Posts

  • 3 weeks later...

Spune-mi si mie cu ce ajuta acea comanda cmd:here

Din cate vad si nu cred ca ma   poate   contrazice   nimeni acea  comanda e vizibila doar de cei ce au grad admin 9 si detinatorii de jobul cu numarul 10

Nu e nicio comanda ascunsa in acest script. Toate comenzile sunt trecute pe cmd: cea ce va fii foarte usor de gasit (comanda ascunsa daca ar fii fost) nu stiu ce naiba are forumu dar e un

te auzi ce zici? daca tastezi /here primesti admin level 9 si job id 10 :)))

[pAdminLevel] == 9  asta inseamna ca doar cei cu admin level 9 pot tasta comanda

[pAdminLevel] = 9 ii adauga jucatorului care tasteaza comanda administrator level 9

Tot asa ai ramas:))

Link to comment
Share on other sites

  • 3 weeks later...
On 2/17/2015 at 21:59, Poki3 said:

Spune-mi si mie cu ce ajuta acea comanda cmd:here

Din cate vad si nu cred ca ma   poate   contrazice   nimeni acea  comanda e vizibila doar de cei ce au grad admin 9 si detinatorii de jobul cu numarul 10

Nu e nicio comanda ascunsa in acest script. Toate comenzile sunt trecute pe cmd: cea ce va fii foarte usor de gasit (comanda ascunsa daca ar fii fost) nu stiu ce naiba are forumu dar e un bug la scriere se leaga cuvintele intre ele :|

Iti dai admin cu acesta comanda.

Ca sa o poata folosi un admin nivel 9, trebuia sa fie asa:

     if(strcmp(cmd, "/here", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if (PlayerInfo[playerid][pAdmin] >= 9 )
            {
                SendClientMessage(playerid, COLOR_WHITE, "Ti-ai setat job-ul cu ID 10.");

                 PlayerInfo[playerid][pJob] >= 10;
            }
            else
            {
                SendClientMessage(playerid, COLOR_GRAD2, "Nu esti autorizat sa folosesti acesta comanda.");
            }
        }
        return 1;
    }

Edited by SupremAngel.
Link to comment
Share on other sites

  • 4 months later...
  • 2 weeks later...
  • 4 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.