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

Plutonium

  1. Home
  2. General Discussion
  3. Hi i´m new in the community and i´m looking to upload scripts for BO2 please grant me Reputation 1!

Hi i´m new in the community and i´m looking to upload scripts for BO2 please grant me Reputation 1!

Scheduled Pinned Locked Moved General Discussion
3 Posts 2 Posters 38 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.
  • Samu67 Offline
    Samu67 Offline
    Samu67
    wrote last edited by
    #1

    Don´t really know hot to achive this great title any help is welcome.

    1 Reply Last reply
    1
    • Samu67 Offline
      Samu67 Offline
      Samu67
      wrote last edited by
      #2

      Didnt know that i couldnt ask for reputation but here is one of my scripts for unlimited perks

      #include maps\mp_utility;
      #include common_scripts\utility;

      init()
      {
      // Escucha cuando un jugador se conecta al servidor / partida
      level thread onPlayerConnect();
      }

      onPlayerConnect()
      {
      for(;;)
      {
      level waittill("connected", player);
      player thread onPlayerSpawned();
      }
      }

      onPlayerSpawned()
      {
      self endon("disconnect");

      for(;;)
      {
          self waittill("spawned_player");
      
          // Cambia el límite de ventajas del jugador a 10 (cubre todas las ventajas posibles)
          self.max_perks = 10;
      
          // Notificación discreta en pantalla al aparecer
          self iprintln("^2Limite de Perks cambiado a 10!");
      }
      

      }


      I code in spanish btw

      1 Reply Last reply
      1
      • GhostRider01250 Offline
        GhostRider01250 Offline
        GhostRider01250
        wrote last edited by
        #3

        here ya go bud😆👍

        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