Skip to content
  • 0 Unread 0
  • 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
5 Posts 3 Posters 644 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_lop Offline
    fed_lop Offline
    fed_lop
    wrote on 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
    • Xerxes Xerxes moved this topic from BO2 Modding Releases & Resources on
    • Ivobardolf Offline
      Ivobardolf Offline
      Ivobardolf
      wrote on 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;
      	}
      }
      
      BiggerFella fed_lop 2 Replies Last reply
      1
      • Ivobardolf 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;
        	}
        }
        
        BiggerFella Offline
        BiggerFella Offline
        BiggerFella
        wrote on last edited by
        #3

        Ivobardolf i love u brochacho

        1 Reply Last reply
        0
        • Ivobardolf 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_lop Offline
          fed_lop Offline
          fed_lop
          wrote on last edited by
          #4

          Ivobardolf Gracias Ivo

          1 Reply Last reply
          0
          • Ivobardolf Offline
            Ivobardolf Offline
            Ivobardolf
            wrote on last edited by
            #5

            no problem 👍

            1 Reply Last reply
            0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            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
            • Unread 0
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Donate