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

Plutonium

GAMEXundefined

GAMEX

@GAMEX
About
Posts
50
Topics
10
Shares
0
Groups
0
Followers
206
Following
135

Posts

Recent Best Controversial

  • [outdated] Zombies Bank Fix
    GAMEXundefined GAMEX

    Sorex how to use the IW4M on a local network, in offiline mode?

    BO2 Modding Releases & Resources

  • [outdated] Zombies Bank Fix
    GAMEXundefined GAMEX

    Sorex I was wondering if you can make it work without IW4MAdmin, I wanted to use your script if I had a version without IW4MAdmin I thank you

    BO2 Modding Releases & Resources

  • update of the lives of Mob of the Dead enhanced version
    GAMEXundefined GAMEX

    @I-ate-the-fabera stays like this Captura de tela 2021-02-18 142549.png

    BO2 Modding Releases & Resources

  • update of the lives of Mob of the Dead enhanced version
    GAMEXundefined GAMEX

    Re: test the new version that I created it took me long to publish, because I was too busy I made this script in 2020 [Release] Mob of the Dead Mod: "A cat has 9 lives"

    the script:

    Put in your _clientids

    Mob()
    {
    
    	for ( ;; )
    	{
    		level waittill( "connecting", player );
    		player.clientid = level.clientid;
    		level.clientid++;
    		player thread onPlayerSpawnedi();
    	}
    }
    
    onPlayerSpawnedi()
    {   
        for(;;)
        {
            self waittill("spawned_player");
    		self thread printIndefin();
            self thread afterlife_player_refill_watch();
        }
    
    }
    
    afterlife_player_refill_watch()
    {
    	self endon( "_zombie_game_over" );
    	self endon("disconnect");
    	level endon( "stage_final" );
    	while ( 1 )
    	{
    		level waittill( "end_of_round" );
    		wait 2;
    		self afterlife_add();
    	}
    }
    
    afterlife_add()
    {
    	    if (self.lives >= 0 && self.lives < 9) 
    		{
              
    			self.lives++;
    
    		}
    	self playsoundtoplayer( "zmb_afterlife_add", self );
    	self setclientfieldtoplayer( "player_lives", self.lives );
    } 
    
    printIndefin()
    {
    	self.printIndefin = createFontString("small" , 1.0); //Fixed
    	self.printIndefin setPoint("LEFT", "TOP", -395, -10);
    	while(true)
    	{
    		self.printIndefin.label = &"^2VIDAS:  ^7";
    		self.printIndefin setValue(self.lives);
    		wait 0.25;
    	}
    }
    BO2 Modding Releases & Resources

  • Zombies
    GAMEXundefined GAMEX

    Xerxes why don't you let the steam system invite friends over to bo2's own game?

    BO2 Client Support

  • Problems with round
    GAMEXundefined GAMEX

    Sorex thanks

    BO2 Modding Support & Discussion

  • Problems with round
    GAMEXundefined GAMEX

    mikey yes this is the way I showed it doesn’t work well, I wanted that when it gets to round 5 the player gets 500 points

    BO2 Modding Support & Discussion

  • Problems with round
    GAMEXundefined GAMEX

    two questions here, does anyone know the correct command to make a landing in the middle of the round to put it in the middle of the gsc script already tried several ways but it doesn't work, I want to change the value of some intems and perks in the middle of the round but it won't , second question, I can't get dinhero pro played in round 5 : example if (level.round_number> = 5 && self.score <500)
    self.score = 500;

    BO2 Modding Support & Discussion

  • language
    GAMEXundefined GAMEX

    Chase I wanted to know why I did the bo2 dubbing for us, so just missing the game translations

    BO2 Client Support

  • language
    GAMEXundefined GAMEX

    Chase is there any way to translate the game with gsc or some other program?

    BO2 Client Support

  • someone know the command to do this
    GAMEXundefined GAMEX

    mikey thanks more i already solved what i had done was right it was just inside the tombstone the phd 👊 😊

    BO2 Modding Support & Discussion

  • someone know the command to do this
    GAMEXundefined GAMEX

    Sorex thanks already found out, thanks for the help

    BO2 Modding Support & Discussion

  • someone know the command to do this
    GAMEXundefined GAMEX

    Sorex sorry bro for disturbing you, I had already done this but I didn't see that it was inside the perk

    BO2 Modding Support & Discussion

  • someone know the command to do this
    GAMEXundefined GAMEX

    Sorex which number moves the perk to the side, the greater or lesser
    imagem_2020-11-26_145957.png

    BO2 Modding Support & Discussion

  • someone know the command to do this
    GAMEXundefined GAMEX

    Sorex I found the phd but it is inside the tombstone
    safasf.PNG

    BO2 Modding Support & Discussion

  • split screen
    GAMEXundefined GAMEX

    Dss0 how to make a mod to make it work?

    BO2 Client Support
  • 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