Home / Forum / Discussion and Help for Gmod-Glua-Lua / How to disable FAdmin in a DarkRP?

How to disable FAdmin in a DarkRP?

Thread
profile avatar Norda Scripts
🎨 Creator
📖 Posts: 164
↩️ Replies: 76
❤️ Reactions: 25
Norda Scripts Posted 1620172122 (Edited) (411 views)
Since I released my new Gmod Scoreboard Editable system with integrated administration functions running on all Gamemodes on Garry's Mod, running independently and autonomously the question is often asked to me "How to disable FAdmin in my DarkRP?" so I note the solution here to avoid repeating myself by sharing the link.

Let's start,

1. Find the variable DarkRP.disabledDefaults in the file darkrp_config.lua
You can find the file darkrp_config.lua at this location : GarrysMod/garrysmod/addons/darkrpmodification-master/lua/darkrp_config.lua
2. Once in the darkrp_config.lua file, find fadmin located in the DarkRP.disabledDefaults["modules"] table and replace the false variable with true at the line fadmin.

DarkRP.disabledDefaults["modules"] = {

["afk"] = true,
["chatsounds"] = false,
["events"] = false,
["fpp"] = false,
["f1menu"] = false,
["f4menu"] = false,
["hitmenu"] = false,
["hud"] = false,
["hungermod"] = false,
["playerscale"] = false,
["sleep"] = false,
["fadmin"] = true,
}


3. Reboot. And you're done.
⛔️ Sorry, you are not connected, join to leave a reaction

Replies


Sign in or register to reply