I just recently upgraded from a way older version of darkrp and everything changed. I need help restricting tools using Darkrp 2.4.2's FPP. I plan on only using sourcemod and FAdmin with my server, for Sourcemod supports sourcebans. I tried sourcebans with evolve and mysqloo but had no luck :( .
1: How do I restrict tools to certain groups in FPP?
2: If you create a custom group in FPP based on a group, does it act as that group for tool premissions in FPP
3: I want to make these groups not able to ban or do anything server related that isn't using sourcemod (for sourcebans)
Please help!
Look under "Group Tool Restriction" in Q -> Utilities -> Falco's Prop Protection -> Admin Settings
[QUOTE=Drakehawke;31513738]Look under "Group Tool Restriction" in Q -> Utilities -> Falco's Prop Protection -> Admin Settings[/QUOTE]
wow.. I feel dumb. Thank you for pointing this out. I was thinking I'd have to load every tool individually into a lua table. Thanks!
Quick question though. To prevent unauthoirzed editing of the permissions, what group(s) are allowed to edit the FPP tool list?
I do believe admins are, I'm pretty sure it just uses ply:IsAdmin(
edit--
er. nvm
[lua]
local superadmin = LocalPlayer():IsSuperAdmin()
[/lua]
Sorry, you need to Log In to post a reply to this thread.