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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. [Support] Looking for a way to disable fall damage unless hitting a death barrier

[Support] Looking for a way to disable fall damage unless hitting a death barrier

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
2 Posts 2 Posters 318 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.
  • NaqzYTHundefined Offline
    NaqzYTHundefined Offline
    NaqzYTH
    wrote on last edited by Mr. Android
    #1

    im looking for a gsc or something that disables fall damage so you dont have to use lightweight on your classes

    1 Reply Last reply
    0
    • Sassundefined Offline
      Sassundefined Offline
      Sass Plutonium Staff
      wrote on last edited by
      #2

      Add self setPerk("specialty_fallheight"); somewhere in your onPlayerSpawned() function (see example below)

      onPlayerSpawned()
      {
          self endon("disconnect");
          level endon("game_ended");
      	
          for(;;)
          {
              self waittill("spawned_player");
              self setPerk("specialty_fallheight");
          }
      }
      
      1 Reply Last reply
      1

      • Login

      • Don't have an account? Register

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