-
Navigate to the folder for the gamemode you installed, such as
garrysmod/gamemodes/darkrp/. -
Look for the configuration files (often in a folder named
config, or specificallydarkrp_modulesfor DarkRP). -
Edit relevant
.luafiles (for DarkRP, these might be injobs.lua,entities.lua, etc.). -
Make sure each file is valid Lua. A single syntax error will stop the gamemode from loading properly.
-
Save changes, then restart your server to confirm everything works.
