Skip to content

Team select problem #245

Open
Open
@iRonicro

Description

@iRonicro
  • 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;
}

ezgif com-video-to-gif

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions