Something else you could try is modifying the plugin to hook teamplay_round_start also. Maybe the arena_round_start event isn't firing or only depends on arena mode:
HookEvent("teamplay_round_start", Event_ArenaRoundStart, EventHookMode_PostNoCopy);
You can recompile it here after editing it: http://www.sourcemod.net/compiler.php
This would still rely on sm_cap_auto_arena 1 in server.cfg
I modified it to hook teamplay_point_startcapture and that worked (and just deleted the if statement since we always want it on). The roundstart still didn't. But at any rate it works now. ^^
« Last Edit: September 27, 2013, 04:49:59 PM by tordana »
---------------------------
|