Jump to content

Diabolik

Membru
  • Posts

    716
  • Joined

  • Last visited

Posts posted by Diabolik

  1. Descriere: Acest script l-am creat pentru a luat licentele : fishing , sailing ,weapon si flying de la primarie contra unei sume pusa de mine.

    Contine si urmatoarele comenzi:

    - /buylicense - pentru a intra in meniu cu licente

    - /sailing - a cumpara licenta de mers cu barca

    - /fishing - a cumpara licenta de pescuit

    - /flying  - a cumpara licenta de pilot

    - /weapon - a cumpara licenta de port-arma

    - /license - pentru a vedea daca ai licentele

    Poze:

    2s8s578.png

    [img width=500 height=375] 359fqmu.png

    [img width=500 height=375] 33uwzn6.png

    Download:

    Amx: [download]http://www.solidfiles.com/d/aeb739bae2/[/download]

    Pwm: [download]http://www.solidfiles.com/d/a95190c341/[/download]

  2. Descriere: Este un sistem CellPhone care va merge doar pe servere de tip GF sau daca ai sv pe ZCMD.

    Comenzile de utilizare sunt:

    SINTAXA: /cellphonehelp

    EXPLICATIE: Aceasta comanda iti ofera ajutor despre telefon.

    SINTAXA: /call [playerid]

    EXPLICATIE: Cu aceasta comanda, poti suna un jucator.

    SINTAXA: /pickup

    EXPLICATIE: Cu aceasta comanda, poti raspunde la apelul altui jucator.

    SINTAXA: /hangup

    EXPLICATIE: Cu aceasta comanda, poti inchide o conversatie/un apel.

    SINTAXA: /sms

    EXPLICATIE: Cu aceasta comanda, poti trimite sms-uri la playeri.

    Download:

    Amx: [download]http://www.solidfiles.com/d/f26c46baf0/[/download]

    Pwm: [download]http://www.solidfiles.com/d/c0c890d3ce/[/download]

  3. Descriere: Am observat ca multe serverele la comanda /rules scrie: Intrati pe server sa cititi regulamentul si m-am gandit sa fac o comanda prin care sa citesti regulamentul direct de pe server.

    Poze:

    2yum7ac.png

    [img width=500 height=375] 2cgljee.png

    [img width=500 height=375] 14e3tpt.png

    [img width=500 height=375] 20fru3c.png

    [img width=500 height=375] 348rtq9.png

    [img width=500 height=375] 4slh5h.png

    [img width=500 height=375] epkgvc.png

    Download:

    amx: [download]http://www.solidfiles.com/d/a3e2103f61/[/download]

    pwm:[download] http://www.solidfiles.com/d/f2cc88f7ed/[/download]

    Atentie!!  Trebuie sa ai serverul pus pe ZCMD ca sa iti mearga comanda.

  4. Incearca asta:

        if(strcmp(cmd, "/etilotest", true) == 0
        {
             if(IsPlayerConnected(playerid))
             {
                 if (IsACop(playerid))
                 {
    		 tmp = strtok(cmdtext, idx);
                     if(!strlen(tmp))
                 {
                     SendClientMessage(playerid, COLOR_GRAD1, "USAGE: /etilotest [playerid/PartOfName]");
                     return 1;
                 }
                 giveplayerid = ReturnUser(tmp);
                 new level = GetPlayerDrunkLevel(giveplayerid);
                 GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer));
                 if(IsPlayerConnected(giveplayerid))
                 {
                     if(giveplayerid != INVALID_PLAYER_ID)
                     {
                         if(GetDistanceBetweenPlayers(playerid,giveplayerid) < 3)
                         {
                             if(level > 600)
                             {
                                 format(string, sizeof(string), "* %s grabs their breathalyzer and puts the tube into %s's mouth.", sendername ,giveplayer);
                                 ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
                                 SendClientMessage(playerid, COLOR_LIGHTBLUE, "** Breathalyzer Result: Intoxicated **");
                                 GameTextForPlayer(playerid,"~w~Acest player este~n~~r~beat!", 8000, 1);
                                 return 1;
                             }
                             else
                             {
                                 format(string, sizeof(string), "* %s grabs their breathalyzer and puts the tube into %s's mouth.", sendername ,giveplayer);
                                 ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
                                 SendClientMessage(playerid, COLOR_LIGHTBLUE, "** Breathalyzer Result: Not Intoxicated **");
                                 GameTextForPlayer(playerid,"~w~Acest player nu este~n~~r~beat!", 8000, 1);
                                 return 1;
                                 }
                             }
                         }
                     }
                     else
                     {
                         SendClientMessage(playerid, COLOR_GRAD1, "   Acest player este offline !");
                     }
                 }
                 else
                 {
                     SendClientMessage(playerid, COLOR_GRAD1, "   Trebuie sa fii politist pentru a folosi comanda! (Cops Only)");
                 }
             }
             return 1;
         }
    

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