rebel1324 / NutScript

A free role-play framework for Garry's Mod.
http://nutscript.net
MIT License
66 stars 32 forks source link

Implementing basic ServerGuard support #349

Closed MetaphoricalCode closed 3 years ago

MetaphoricalCode commented 3 years ago

ServerGuard's restrictions plugin was created to limit toolgun possibilies, but using it with NutScript prevents any admins from using any of the tools, which is obviousbly a bug. NutScript utilizes flag system to limit toolgun usage, so simply disabling this ServerGuard plugin will solve the problem.

TovarischPootis commented 3 years ago

Nice and simple, having it as a plugin makes it modular and easy to edit, minimal to no impact if one doesnt use sg. Helps clear this issue for a bunch of people

ts-co commented 3 years ago

I like it. I think it would be a good idea to have this plugin also be a place where developers can safely work with the serverguard API + nutscript.