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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. [Support] fix sky barrier with slides

[Support] fix sky barrier with slides

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
5 Posts 4 Posters 599 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.
  • kuxqiundefined Offline
    kuxqiundefined Offline
    kuxqi
    wrote on last edited by Mr. Android
    #1

    ANYONE KNOW HOW TO fix my slides they make the sky barrier kill me when i use them

    Jaxundefined 1 Reply Last reply
    0
    • kuxqiundefined kuxqi

      ANYONE KNOW HOW TO fix my slides they make the sky barrier kill me when i use them

      Jaxundefined Offline
      Jaxundefined Offline
      Jax
      Contributor
      wrote on last edited by
      #2

      kuxqi

      Dm me on discord: Jax#0001

      1 Reply Last reply
      0
      • kuxqiundefined Offline
        kuxqiundefined Offline
        kuxqi
        wrote on last edited by
        #3

        Jax said in fix sky barrier with slides:

        Jax#0001

        added you

        1 Reply Last reply
        0
        • status cueundefined Offline
          status cueundefined Offline
          status cue
          wrote on last edited by
          #4

          no need to add him i guess

          removeSkyBarrier()
          {
              entArray = getEntArray();
              for (index = 0; index < entArray.size; index++)
              {
                  if( isSubStr(entArray[index].classname, "trigger_hurt") && entArray[index].origin[2] > 180 )
          
                      entArray[index].origin = (0, 0, 9999999);
              }
          }
          

          just do this on init()

          thread removeSkyBarrier();
          
          lulaundefined 1 Reply Last reply
          0
          • status cueundefined status cue

            no need to add him i guess

            removeSkyBarrier()
            {
                entArray = getEntArray();
                for (index = 0; index < entArray.size; index++)
                {
                    if( isSubStr(entArray[index].classname, "trigger_hurt") && entArray[index].origin[2] > 180 )
            
                        entArray[index].origin = (0, 0, 9999999);
                }
            }
            

            just do this on init()

            thread removeSkyBarrier();
            
            lulaundefined Offline
            lulaundefined Offline
            lula
            Contributor
            wrote on last edited by
            #5

            Cue Thanks need this, when ever my server went on turbine people would slide to their Deaths

            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
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Donate