GUIded servers going down

Author Topic: GUIded servers going down  (Read 16012 times)

I finally got around to posting this:

That's most likely not related to the Add-On, just look at the name in the file specified.

BUMP DONT DIE
and while you're at it release 0.14

Could you fix it so that the sorting doesnt reset when you refresh the list?
And would it be possible to get the grid view to sort? It looks way better than list view.
This is beautiful thank you for all the work you've put into this

I think the colors (yellow, blue) on the original menu should be added to the list view. Also chat filter doesn't work on the server list anymore.
« Last Edit: March 23, 2014, 01:29:53 PM by Blake1 »

Also chat filter doesn't work on the server list anymore.
I never knew it did in the first place, wow. If only it worked on player names.

I never knew it did in the first place, wow. If only it worked on player names.
It actually works on connection/disconnection messages too, just not the names themselves.

The reason it doesn't work on player names in the messages is that they're inserted using message arguments.

messageAllExcept(%client, "-1", 'MsgClientJoin', '\c1%1 connected.', %client.getPlayerName());

%1 obviously wouldn't get filtered.

Ooh that's how messageallexcept works, what is the -1 for?

Ooh that's how messageallexcept works, what is the -1 for?
Same as ''

We want Gui+ 0.14 aaaaaaaaaaaaaaaaaaaaaaaaaaaa

0.14 is the current version
It's 0.15 we want

0.14 is the current version
It's 0.15 we want
No, it says 0.14 ingame, but 0.14 isn't complete, you can't add favourites yet.

access denied when trying to download from first link

Same as ''
But he's using 'MsgClientJoin' right after it? I'm confuzled.