>I guess contacting via IRC is faster
hmm what server/channel? i'm a n00b when it comes to irc
>how can i scroll down the player list
>there is a scrollbar but it does not seem to work
you cant

its non modal so you cant mouse over it, and if you cant mouse over it game wont handle any events for it, I can think about some solution if you like, hmm dedicated scroll player list keys for example
BTW my patch fixes every window with scrollbar that you can mouseover, so serverinfo is mousewhell scrollable too

EDIT
: there is a code in SVN for scrolling scores
{ "scoresUp", CG_scrollScoresUp_f },
{ "scoresDown", CG_scrollScoresDown_f },
so it looks like all you have to do is
bind PGDN "scoresDown"
bind PGUP "scoresUp"
but cant check it (hard to find a >20 ppl server with latest SVN version

)
EDIT2: No way i'm touching sliders, blah floats?? in simple slider? blah blah blah
