Page 1 of 1

[Fixed] ASSmod Tool Restrictions

PostPosted: Mon Jan 14, 2013 12:13 pm
by [TBU] CrazyKid
There's definitely something weird going on.

We restricted all of the tools that needed to be. For some reason, even though we set them to be only for a certain rank, it's not registering that on certain tools. One example is both of the advanced duplicator tools are not being restricted even though they are set to be.

The file that contains the code for the protection system would be ass_sandbox_toollimit.lua which is located in ASSMod/lua/plugins.

This isn't good because the same problem we had with evolve is persisting, some tools aren't being restricted, particularly any tools to do with wiremod.

Re: ASSmod Tool Restrictions

PostPosted: Mon Jan 14, 2013 12:28 pm
by eldarstorm
The biggest problem is that Wiremod changed how they register tools.
Basically the admin mods have not caught up with it fully.

Re: ASSmod Tool Restrictions

PostPosted: Fri Jan 18, 2013 2:39 am
by eldarstorm
This should now be fixed.

The hook in the gamemode was overiding ASSMod's

It now looks to see if ASSMod is present, and if the plugin is there. If it is, it will run ASSMod's tool check.

Re: ASSmod Tool Restrictions

PostPosted: Fri Jan 18, 2013 4:32 am
by [TBU] CrazyKid
The fix you did only is working on the dev server right now, the live still has the issue, just an fyi.

Re: ASSmod Tool Restrictions

PostPosted: Fri Jan 18, 2013 10:39 am
by CmdZoidberg
Also, from what Headhunterz told me, on the live server Weld has been restricted to Respected only for some reason. @_@

Re: ASSmod Tool Restrictions

PostPosted: Fri Jan 18, 2013 3:06 pm
by [TBU] CrazyKid
K, will look into that for you.