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 212 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
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
    • Jaxundefined Offline
      Jaxundefined Offline
      Jax Contributor
      replied to kuxqi 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
          • lulaundefined Offline
            lulaundefined Offline
            lula Contributor
            replied to status cue 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

            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Donate