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

Plutonium

  1. Home
  2. Temas De Español
  3. Lava damage/ daño de lava

Lava damage/ daño de lava

Scheduled Pinned Locked Moved Temas De Español
4 Posts 3 Posters 109 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.
  • fed_lopundefined Offline
    fed_lopundefined Offline
    fed_lop
    wrote last edited by
    #1

    Buenas, como andan?

    Queria saber si alguno conose o si tiene un mod para eliminar el daño de la lava

    I just wanted to know if anyone knows or has a mod so that the lava doesn't hurts

    1 Reply Last reply
    0
    • Xerxesundefined Xerxes moved this topic from BO2 Modding Releases & Resources
    • Ivobardolfundefined Offline
      Ivobardolfundefined Offline
      Ivobardolf
      wrote last edited by
      #2

      make a GSC file and paste this in it

      #include maps\mp\_utility;
      #include common_scripts\utility;
      #include maps\mp\gametypes_zm\_hud_util;
      
      init()
      {
          level thread onPlayerConnect();
      }
      
      onPlayerConnect()
      {
      	level endon( "game_ended" );
      	for(;;)
      	{
      		level waittill( "connected", player);
      		player.ignore_lava_damage = 1;
      	}
      }
      
      BiggerFellaundefined fed_lopundefined 2 Replies Last reply
      0
      • Ivobardolfundefined Ivobardolf

        make a GSC file and paste this in it

        #include maps\mp\_utility;
        #include common_scripts\utility;
        #include maps\mp\gametypes_zm\_hud_util;
        
        init()
        {
            level thread onPlayerConnect();
        }
        
        onPlayerConnect()
        {
        	level endon( "game_ended" );
        	for(;;)
        	{
        		level waittill( "connected", player);
        		player.ignore_lava_damage = 1;
        	}
        }
        
        BiggerFellaundefined Offline
        BiggerFellaundefined Offline
        BiggerFella
        wrote last edited by
        #3

        Ivobardolf i love u brochacho

        1 Reply Last reply
        0
        • Ivobardolfundefined Ivobardolf

          make a GSC file and paste this in it

          #include maps\mp\_utility;
          #include common_scripts\utility;
          #include maps\mp\gametypes_zm\_hud_util;
          
          init()
          {
              level thread onPlayerConnect();
          }
          
          onPlayerConnect()
          {
          	level endon( "game_ended" );
          	for(;;)
          	{
          		level waittill( "connected", player);
          		player.ignore_lava_damage = 1;
          	}
          }
          
          fed_lopundefined Offline
          fed_lopundefined Offline
          fed_lop
          wrote last edited by
          #4

          Ivobardolf Gracias Ivo

          1 Reply Last reply
          0
          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
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Donate