ID:269431
Jun 26 2005, 7:18 pm
|
|
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?
| |
#1 Jun 26 2005, 7:53 pm
|
|
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).
| |