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

Plutonium

Samu67

Samu67

@Samu67
Unfollow Follow
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
3
Following
2

Posts

Recent Best Controversial

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

    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

    General Discussion

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

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

    General Discussion
  • 1 / 1
  • 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