Quote:
Originally Posted by Dan
Not really. V5 (new version is 5.2 or so) saved playerlist positions and screensize. The screensize is saved but the playerlist becomes small everytime I open it on another server. Stefan just needs to make it load at the last position and set the same width/height.
|
Open the clientrc and click on the GUI editor. Create a new GuiWindowCtrl and set isexternal to true. Now look at x and y. See how they are both 0? Try modifying them.
And yes, I'm using 5.205 and I don't see it doing what you say. The playerlist always appears at my mouse position when I hit F7 for the first time. If I close the playerlist and hit F7 of course it appears at the same place because that is only calling hide() and show() which is not modifying isexternal.