
Originally Posted by
djoscar
What? omg dude how can you not get it...
On other sources I tried, you can teleport/ walk to new mapdata at 4+ height (even 100, 500, 1000+) and it doesnt give you whitescreen or DC.
On my source it does give whitescreen and DC if I enter new map region with height 4+..
I used SAME CLIENT to test those sources, so the problem is not in client, but in my source.
GET IT NOW?!
Check the servers where u tested to they don't have anti-DC against it. Eg in the process or somewhere something like this:
Code:
if (p.height > 4 ){
p.height = 4;
}
This is just a tip.