DarkRP Category Generator
Create custom F4 menu categories to organize your jobs, entities, shipments, weapons, vehicles, and ammo.
Have questions? Check the FAQBasic Configuration
Set the category name, what it organizes, and its header color in the F4 menu.
The category header shown in the F4 menu
What type of F4 menu items this category groups together
The background color of the category header in the F4 menu
Advanced Options
OptionalDarkRP.createCategory{
name = "Category",
categorises = "jobs",
startExpanded = true,
color = Color(0, 107, 0, 255),
}Where does this code go?
Paste the code into lua/darkrp_customthings/categories.lua inside the darkrpmodification addon on your server.
Full path: garrysmod/addons/darkrpmodification/lua/darkrp_customthings/categories.lua
Items are assigned to categories using the category field in their respective config (jobs, entities, etc.). The value must match the category name exactly.
FAQ · Frequently. Asked. Questions.
Commonly asked questions about DarkRP categories, how they organize the F4 menu, and what each option does.
Visit Knowledge Baselua/darkrp_customthings/categories.lua inside the darkrpmodification addon on your server. The full path is garrysmod/addons/darkrpmodification/lua/darkrp_customthings/categories.lua. This file is loaded automatically by DarkRP.Questions?
Join over 6,000+ members in our Discord community chat with other server owners, get help, and stay up to date with the latest news.
