alliedmodders / amxmodx

AMX Mod X - Half-Life 1 Scripting and Administration
http://www.amxmodx.org/
497 stars 201 forks source link

AMXX's internal registration of teams seems to be broken. #829

Open etojuice opened 4 years ago

etojuice commented 4 years ago

Help us help you

Environment

Problematic Code (or Steps to Reproduce)

Player count is getting fixed after choosing class.

etojuice commented 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.

Arkshine commented 4 years ago

This sounds like a similar as https://github.com/alliedmodders/amxmodx/pull/772