DarkRP

DarkRP, a non-serious roleplay gamemode for Garry's Mod. (by FPtje)

DarkRP reviews and mentions

Posts with mentions or reviews of DarkRP. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-29.
  • [For Server Owners] I need some advice on the following problem
    2 projects | /r/DarkRP | 29 Jul 2021
    --[[--------------------------------------------------------------------------- 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", })
    2 projects | /r/DarkRP | 29 Jul 2021

Stats

Basic DarkRP repo stats
4
451
7.8
7 days ago

FPtje/DarkRP is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of DarkRP is Lua.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com