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