Open etojuice opened 4 years ago
I figured a workaround for this problem by sending a sequence of ScoreInfo usermessage followed by TeamInfo usermessage, four times each time passing different teamid and team name to respective usermessages, on plugin_init
.
This sounds like a similar as https://github.com/alliedmodders/amxmodx/pull/772
Help us help you
Environment
AMX Mod X 1.9.0.5263
cstrike
ReGameDLL 5.13.0.447-dev
Problematic Code (or Steps to Reproduce)
get_players
with flag "e".get_players
will count 1 player for respective teams.Player count is getting fixed after choosing class.
get_players
andget_user_team
are affected by this issue