View Single Post
pan0s
Senior Member
Join Date: Nov 2017
Old 07-06-2021 , 20:56   Re: [L4D2] Statistic and Ranking System (SRS) [v2.1 | 23 June 2021]
Reply With Quote #5

Quote:
Originally Posted by VladimirTk View Post
The plugin works fine for Windows Listenserver it was my mistake to assume it wouldn't
Could you add a function or cvar so that the panel doesn't open automatically every time someone joins? they don't always know how to close it
I do not know English in case it is not understood
find
Code:
Format(longQuery, sizeof(longQuery), "%s,Auto_Open INTEGER DEFAULT 1", longQuery);
g_players[client].bAutoOpen = true;
replace to:
Code:
Format(longQuery, sizeof(longQuery), "%s,Auto_Open INTEGER DEFAULT 0", longQuery);
g_players[client].bAutoOpen = false;

Last edited by pan0s; 07-06-2021 at 21:14.
pan0s is offline