View Single Post
Wolfyy
Junior Member
Join Date: Nov 2020
Old 08-08-2021 , 20:59   Re: [L4D2] Statistic and Ranking System (SRS) [v2.1 | 23 June 2021]
Reply With Quote #8

Quote:
Originally Posted by pan0s View Post
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;
We have the same problem that many players cannot close the menu and therefore no other important menus (classes / perks) are displayed. I exchanged the lines in scripting / l4d2_srs.sp but that didn't change anything.
Wolfyy is offline