Forums

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hg

Pages: [1]
1
Sourcemod Information / Re: Disabling caps on linux servers
« on: September 27, 2013, 03:16:08 PM »
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

2
Sourcemod Information / Re: Disabling caps on linux servers
« on: September 26, 2013, 07:02:56 PM »
Just glancing at the source, try setting sm_cap_auto_arena 1 in the configs instead of sm_cap_disable

Pages: [1]
spirit Powered by SMF 2.0 RC5 | SMF © 2006–2011, Simple Machines LLC