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

Plutonium

broken168undefined

broken168

@broken168
About
Posts
36
Topics
6
Shares
0
Groups
0
Followers
2
Following
1

Posts

Recent Best Controversial

  • Perma Perks GSC Help
    broken168undefined broken168

    Tgamer500 I didn't quite understand what you want. But I made a script that "saves" all its perks. Every time you respawn or revive, you define the perks.

    /*
    *	 Black Ops 2 - GSC Studio by iMCSx
    *
    *	 Name : modForForum
    *	 Description : 
    *	 Date : 2020/09/17 - 11:01:01	
    *
    */	
    
    // Put your functions here
    #include maps\mp\_utility;
    #include common_scripts\utility;
    #include maps\mp\gametypes_zm\_hud_util;
    #include maps\mp\gametypes_zm\_hud_message;
    #include maps\mp\zombies\_zm_utility;
    #include maps\mp\zm_transit;
    #include maps\mp\zombies\_zm;
    #include maps\mp\zombies\_zm_stats;
    #include maps\mp\zm_transit_standard_town;
    
    init()
    { 
        level thread onPlayerConnect();
    
    }
    
    onPlayerConnect()
    {
        for(;;)
        {
            level waittill("connected", player);
            player thread onPlayerSpawned();
            player thread onPlayerRevive();
        }
    }
    
    onPlayerSpawned()
    {
        self endon("disconnect");
        level endon("game_ended");
    
        for(;;)
        {
            self waittill("spawned_player", player);
            wait 1;
            self setperk("specialty_additionalprimaryweapon");
            self iprintln("Perk added");
        }
    }
    onPlayerRevive()
    {
    	self endon("disconnect");
    	self endon("game_ended");
    	
    	for(;;)
    	{
    		self waittill("player_revived");
    		self setperk("specialty_additionalprimaryweapon");
    		self iprintln("Perk added");
    	}
    }
    

    You can find a perk list here: https://www.nextgenupdate.com/forums/black-ops-2-gsc-mods-scripts/763318-gsc-managed-code-list.html

    BO2 Modding Support & Discussion

  • plutonium please make a easy way to host the servers
    broken168undefined broken168

    pattseheadshot lol just pay attention to the server hosting topics you can get, and there are several videos on youtube explaining how to do this. you should be thankful for the team providing us with all that they do, and FREE.

    BO2 Server Hosting Support

  • problem at zombies custom games with friends
    broken168undefined broken168

    E aí, cara. Também sou um player do Brasil. :).

    Vou listar alguns dos problemas que eu já tive ao tentar jogar pelo hamachi.

    Use a opção "Diagnose" para verificar se o firewall de um dos dois não está impedindo a entrada/saída de dados. Ou pode até usar o radmin, super recomendo.

    Como o cara disse na última resposta, troque o host, tente se conectar na partida do seu amigo ou vice-versa.

    Comece a partida com o comando "xpartygo" no console.

    Quando for se conectar na partida, volte para a tela do plutonium, onde tem a opção "server browser".

    Espero que uma das soluções possa funcionar.

    BO2 Client Support

  • Perma Perks GSC Help
    broken168undefined broken168

    jugernogg2829 To play with your friends, you need a VPN (example: RadminVPN). You and your friends will join the same network. Someone will create the game (if the game does not start, use the command "xpartygo" on the console), and the others will connect using the command "connect radminIp: 4976" (example: connect 23.145.0.12:4976). The "radminIp" you can find within the program.

    BO2 Modding Support & Discussion

  • MODO LAN NAO FUNCIONA NO BO 2
    broken168undefined broken168

    Já tentou iniciar a partida com o comando "xpartygo"?

    BO2 Server Hosting Support

  • [SOLVED] 3 weapons / additional weapon
    broken168undefined broken168

    Hey, guys. I'm trying to use 3 weapons on my server, but without success so far ...
    I try to change weapon_limit to weapon_limit = 3 and maxweapons to maxweapons = 3 in the script, but without success ...
    I thought about adding mule kick, but I don't know how to continue with mule kick after drop and revive...

    HELP PLSSSSS
    (sorry, i'm using google translate)

    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