Post: How Can I Add A Function To Remove The Sky Barrier?
08-24-2015, 01:41 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hello, I use my private edit of RedDotCity by Exelo.

I like building massive staircases, but the skybarrier means that people in my lobbies can't use them.

I looked in the Nuketown Edit of Shark's Zombieland and found a function saying "Remove Sky Barrier"?

I added a Host Menu option: self add_option("SubMenu10", "Remove Sky Barrier", ::RemoveSkyBarrier);

And pasted the following code lower down in the script which I found in the Nuketown Edit:

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);
}
}

When I try and use it in the menu it doesn't work though, can anybody experienced help me out?:madsal:
(adsbygoogle = window.adsbygoogle || []).push({});
08-24-2015, 03:25 AM #20
Originally posted by 9658
it removed it for me


On Nuketown???
08-24-2015, 03:27 AM #21
Originally posted by 9658
it removed it for me


Did you use my exact code?
08-24-2015, 03:32 AM #22
itsSorrow
In my man cave
Originally posted by Kaptai View Post
On Nuketown???


any map..
08-24-2015, 03:36 AM #23
Originally posted by 9658
any map..


So the problem is my game or PS3?
08-24-2015, 03:38 AM #24
itsSorrow
In my man cave
Originally posted by Kaptai View Post
So the problem is my game or PS3?


just u
08-24-2015, 03:40 AM #25
Originally posted by 9658
just u


What> :(
08-24-2015, 08:36 AM #26
Originally posted by Kaptai View Post
What> :(


its working for me man!
08-24-2015, 08:51 AM #27
dtx12
Do a barrel roll!
I guess he meant collision barrier, not death barrier.
08-24-2015, 08:52 AM #28
Originally posted by dtx12 View Post
I guess he meant collision barrier, not death barrier.


yeah that removes it for me

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo