[For Server Owners] I need some advice on the following problem

This page summarizes the projects mentioned and recommended in the original post on /r/DarkRP

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • DarkRP

    DarkRP, a non-serious roleplay gamemode for Garry's Mod.

  • --[[--------------------------------------------------------------------------- DarkRP custom jobs --------------------------------------------------------------------------- This file contains your custom jobs. This file should also contain jobs from DarkRP that you edited. Note: If you want to edit a default DarkRP job, first disable it in darkrp_config/disabled_defaults.lua Once you've done that, copy and paste the job to this file and edit it. The default jobs can be found here: https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua For examples and explanation please visit this wiki page: https://darkrp.miraheze.org/wiki/DarkRP:CustomJobFields Add your custom jobs under the following line: ---------------------------------------------------------------------------]] --[[--------------------------------------------------------------------------- Define which team joining players spawn into and what team you change to if demoted ---------------------------------------------------------------------------]] GAMEMODE.DefaultTeam = TEAM_CITIZEN --[[--------------------------------------------------------------------------- Define which teams belong to civil protection Civil protection can set warrants, make people wanted and do some other police related things ---------------------------------------------------------------------------]] GAMEMODE.CivilProtection = { [TEAM_POLICE] = true, [TEAM_CHIEF] = true, [TEAM_MAYOR] = true, [TEAM_SWAT] = true } --[[--------------------------------------------------------------------------- Jobs that are hitmen (enables the hitman menu) ---------------------------------------------------------------------------]] DarkRP.addHitmanTeam(TEAM_MOB) --[[ Generated using: DarkRP | Job Generator https://csite.io/tools/gmod-darkrp-job --]] TEAM_ADMINONLY = DarkRP.createJob("Staff on Duty", { color = Color(235, 2, 184, 255), model = { "models/player/p2_chell.mdl", "models/player/combine_super_soldier.mdl", "models/player/tfa_hm_abs_nun.mdl", "models/yevocore/cat/cat.mdl" }, description = [[Staff on Duty range from Trialmod to Owners. Their job is to take reports, maintain the server, and are not allowed to RP.]], weapons = {"arrest_stick", "weapon_keypadchecker", "unarrest_stick", "keys", "m4a4_howl_original", "pocket"}, command = "sod", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, candemote = false, category = "Staff and Moderators", PlayerSpawn = function(ply) ply:SetMaxHealth(100) ply:SetHealth(100) ply:SetArmor(100) end, customCheck = function(ply) return CLIENT or table.HasValue({"superadmin", "admin", "owner", "trialmoderator", "moderator"}, ply:GetNWString("usergroup")) end, CustomCheckFailMsg = "This job is for our Staff team!", }) //Police and Mayor TEAM_MAYOR = DarkRP.createJob("Mayor", { color = Color(150, 20, 20, 255), model = "models/player/breen.mdl", description = [[The Mayor of the city creates laws to govern the city. If you are the mayor you may create and accept warrants. Type /wanted to warrant a player. Type /jailpos to set the Jail Position. Type /lockdown initiate a lockdown of the city. Everyone must be inside during a lockdown. The cops patrol the area. /unlockdown to end a lockdown]], weapons = {}, command = "mayor", max = 1, salary = GAMEMODE.Config.normalsalary * 1.89, admin = 0, vote = true, hasLicense = false, mayor = true, category = "Civil Protection", })

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts