Skip to content
  • 0 Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. All Other Languages Discussion
  3. PERKS IN MESTER BOX ARBIC VIRSON

PERKS IN MESTER BOX ARBIC VIRSON

Scheduled Pinned Locked Moved All Other Languages Discussion
7 Posts 3 Posters 938 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • youssef gt Offline
    youssef gt Offline
    youssef gt
    wrote on last edited by
    #1

    #include common_scripts\utility;

    init()
    {
    level.perks = []; // تعريف مصفوفة البيركات
    level.perks[0] = "specialty_longersprint"; // Marathon
    level.perks[1] = "specialty_fastreload"; // Speed Cola
    level.perks[2] = "specialty_scavenger"; // Scavenger
    level.perks[3] = "specialty_blindeye"; // Blind Eye
    level.perks[4] = "specialty_paint"; // Unknown perk?
    level.perks[5] = "specialty_hardline"; // Hardline
    level.perks[6] = "specialty_coldblooded"; // Cold Blooded
    level.perks[7] = "specialty_quickrevive"; // Quick Revive
    level.perks[8] = "specialty_toughness"; // Toughness
    level.perks[9] = "specialty_deadshot"; // Deadshot Daiquiri
    level.perks[10] = "specialty_doubletap2"; // Double Tap 2.0
    level.perks[11] = "specialty_juggernaut"; // Juggernog

    wait 5; // تأخير حتى يتم تحميل الـ Mystery Box
    
    thread monitorMysteryBoxes();
    

    }

    monitorMysteryBoxes()
    {
    while (true)
    {
    wait 1;

        level.mystery_boxes = getEntArray("script_noteworthy", "mystery_box");
        if (level.mystery_boxes.size > 0)
        {
            foreach (box in level.mystery_boxes)
            {
                if (!isDefined(box.isPerkBox))
                {
                    box.isPerkBox = true;
                    box thread addPerksToBox();
                }
            }
        }
    }
    

    }

    addPerksToBox()
    {
    self endon("death");

    while (true)
    {
        self waittill("mystery_box_weapon_selected", player);
    
        if (!isDefined(player)) continue;
    
        randomPerk = level.perks[randomInt(level.perks.size)];
    
        if (!player GetPerk(randomPerk))
        {
            player zm_perk_give(randomPerk);
            iprintlnbold(player.name + " حصل على " + randomPerk);
        }
        else
        {
            iprintlnbold(player.name + " لديه بالفعل هذا البيرك!");
        }
    
        wait 1;
    }
    

    }

    1 Reply Last reply
    1
    • GhostRider0125 Offline
      GhostRider0125 Offline
      GhostRider0125
      Banned
      wrote on last edited by
      #2

      ماشالله یا اخی😁👍

      youssef gt teknawiginal_sh 2 Replies Last reply
      0
      • GhostRider0125 GhostRider0125

        ماشالله یا اخی😁👍

        youssef gt Offline
        youssef gt Offline
        youssef gt
        wrote on last edited by
        #3

        GhostRider0125 لسه بشتغل عليه يانعي مش شغال الحين

        teknawiginal_sh 1 Reply Last reply
        1
        • GhostRider0125 GhostRider0125

          ماشالله یا اخی😁👍

          teknawiginal_sh Offline
          teknawiginal_sh Offline
          teknawiginal_sh
          wrote on last edited by
          #4

          GhostRider0125 ممكن تضيفني نلعب سوا نكمل الالغاز اللعبة

          GhostRider0125 1 Reply Last reply
          1
          • youssef gt youssef gt

            GhostRider0125 لسه بشتغل عليه يانعي مش شغال الحين

            teknawiginal_sh Offline
            teknawiginal_sh Offline
            teknawiginal_sh
            wrote on last edited by
            #5

            youssef gt ممكن تضيفني نلعب سوا بدي اصدقاء عرب

            youssef gt 1 Reply Last reply
            0
            • Xerxes Xerxes moved this topic from BO2 Modding Releases & Resources on
            • teknawiginal_sh teknawiginal_sh

              GhostRider0125 ممكن تضيفني نلعب سوا نكمل الالغاز اللعبة

              GhostRider0125 Offline
              GhostRider0125 Offline
              GhostRider0125
              Banned
              wrote on last edited by
              #6

              @teknawiginal_shانا اسف ليس لدی كثير من وقت للعب
              افعل ذلک فی بعض الاحيان فقط

              1 Reply Last reply
              0
              • teknawiginal_sh teknawiginal_sh

                youssef gt ممكن تضيفني نلعب سوا بدي اصدقاء عرب

                youssef gt Offline
                youssef gt Offline
                youssef gt
                wrote on last edited by
                #7

                teknawiginal_sh i delet

                1 Reply Last reply
                0

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better 💗

                Register Login
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Unread 0
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Donate