View Single Post
  #4  
Old 08-03-2010, 02:39 PM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
A GUI control had this in it.
PHP Code:
this.9;
this.horizsizing "left"
When it should be:
PHP Code:
this.9;
this.horizsizing "right"
Which also fixes the problem described in this thread.

Also, the screenwidth limit changes when you relog, plus this error also causes the screen to not center on the player properly, making it possible to walk outside the screen without leaving the level bounds.
Reply With Quote