Hi, what I need to know is how to make the barrier in the sky that's automatically there allow me to go higher. You know, that troublesome thing when you build terrain that stops you from jumping some ways up? That kills you if you jump if you're too far up? Yeah, so I need to know how to make that go higher up. I have a big hill which has this debilitating problem. Thanks if you can tell me how. I know it's possible...
-Penguin_Unit
How can I increase the maps height barrier limit? [Solved]
Moderator: Moderators
-
Carth
RE: Fly/Unit/Vehicle/Other sky barrier limit increase?
Yeah it IS possible!
You only have to change 2 lines in your Lua:
Carth
You only have to change 2 lines in your Lua:
The normal value is 40 meters and you can set up the limit as high as you want! Do this in every lua of your map!SetMaxFlyHeight(100)
SetMaxPlayerFlyHeight(100)
Carth
