I'm trying to use the client.eye var to let the user enter a sort of sniper mode. However, sometimes when moved so far the screen turns completely black. What's the reasoning for this so that I may fix it?
Check out client.perspective. Basically what's happening is your clients mob can't see the objects so they're not showing up (because client.perspective defaults to MOB_PERSPECTIVE).