Well, I must've made a coding error, but I've no idea which one.
My map screen is black upon login and stays black whatever I do. I am sure my location is correct and I am sure sight is visible.
What exactly in code can make a screen go black upon next compile'n'run?
ID:161251
![]() May 29 2008, 10:40 am
|
|
![]() May 29 2008, 10:47 am
|
|
Add ..() to the end of your mob/Login() and client/New() procs if you've overridden them.
|
Didn't work.
client |
1) You need only one parent procedure (..()) called.
2) Have you recently modified anything else that can directly affect the movement or the client's eye/perspective? Ex: Move()? 3) If no idea abou #2, do you remember what you programmed when that happened? If so, try commenting out and see if the cause is within. If it is, track it down. |