[Support] fix sky barrier with slides
			
			BO2 Modding Support & Discussion
		
5
Posts
4
Posters
402
Views
1
Watching
- 
ANYONE KNOW HOW TO fix my slides they make the sky barrier kill me when i use them 
- 
Dm me on discord: Jax#0001 
- 
- 
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();
- 
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();Cue Thanks need this, when ever my server went on turbine people would slide to their Deaths 


