Open
Description
- Plugin version: CS:GO Multi1v1 (1.1.9) by splewis
- Sourcemod version: sourcemod-1.10.0.6478
- Steps to reproduce (please be specific): Team menu is not working corectly, after what i join in team this "team menu" still reamaining open, i think is because of Event_OnPlayerTeam (if i disable thsi public.. the team select is working fine but have other problems)
public Action Event_OnPlayerTeam(Event event, const char[] name, bool dontBroadcast) {
if (!g_Enabled)
return Plugin_Continue;
SetEventBroadcast(event, true);
return Plugin_Continue;
}