Quote:
Originally Posted by Skrobo2
I think they mean lag between the Gserver and NPC server. A while back, I had a similar problem. When I updated an NPC, it didn't update on my client until I reconnected.
|
That happened to me when I was working with GuiControls. Now I just do
PHP Code:
if (window_name != NULL) window_name.destroy();
new GuiWindowCtrl(window_name) {