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

Plutonium

Technothepig29undefined

Technothepig29

@Technothepig29
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
3
Following
3

Posts

Recent Best Controversial

  • How do I remove the perk limit in custom game?
    Technothepig29undefined Technothepig29

    Kasubire use this

    init()
    {
        thread remove_perk_limit();
        for(;;)
        {
            level waittill("connected", player);
            player thread welcome();
        }
    }
    
    remove_perk_limit()
    {
        level waittill( "start_of_round" );
        level.perk_purchase_limit = 9;
    }
    
    welcome()
    {
        self endon("disconnect");
        self waittill("spawned_player");
        wait 7;
    	self iprintln("^2" +self.name + "^7 , your perk limit has been removed");
    }
    
    BO2 Client Support

  • Cant join a friends game
    Technothepig29undefined Technothepig29

    Suck My fat dick i think you must enable UPnP and port forwarding 4976 (default port) *the host has to forward that port via his router's web interface. https://www.lifewire.com/how-to-port-forward-4163829

    BO2 Client Support

  • [Support] Spawn With Money Script BO2 Zombies (Help)
    Technothepig29undefined Technothepig29

    SEN gr1m

    onPlayerConnect()
    {
        for(;;)
        {
            level waittill("connected", player);
            player thread onPlayerSpawned();
        }
    }
    
    BO2 Modding Support & Discussion
  • 1 / 1
  • Login

  • Don't have an account? Register

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