Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arena_round_start #5

Open
MrPanica opened this issue Nov 21, 2018 · 1 comment
Open

arena_round_start #5

MrPanica opened this issue Nov 21, 2018 · 1 comment

Comments

@MrPanica
Copy link

Hi, I like your plugin, but it didn't work for me. The fact is that I tested it in Team Fortress 2, there is a special mode - the arena. They use a special hook to start the round.

But when I replaced it
if (!HookEventEx("round_start", Event_RoundStart))
with it
if (!HookEventEx("arena_round_start", Event_RoundStart))
it was all corrected.

@Hexer10
Copy link
Owner

Hexer10 commented Nov 21, 2018

Thanks I'll add support for this in the next days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants