Garry's Mod

Garry's Mod

Ver estadísticas:
endermanmax 23 ABR 2016 a las 10:13 a. m.
Need help, darkrpmodification Catagories not working
this is what i have for the catagories, the only :

DarkRP.createCategory{
name = "Citizens", -- The name of the category.
categorises = "jobs", -- What it categorises. MUST be one of "jobs", "entities", "shipments", "weapons", "vehicles", "ammo".
startExpanded = true, -- Whether the category is expanded when you open the F4 menu.
color = Color(0, 205, 0, 255), -- The color of the category header.
canSee = function(ply) return true end, -- OPTIONAL: whether the player can see this category AND EVERYTHING IN IT.
sortOrder = 100, -- OPTIONAL: With this you can decide where your category is. Low numbers to put it on top, high numbers to put it on the bottom. It's 100 by default.
}


DarkRP.createCategory{
name = "Business",
categorises = "jobs",
startExpanded = true,
color = Color(56, 142, 142, 255),
canSee = function(ply) return true end,
sortOrder = 110,
}

DarkRP.createCategory{
name = "Resistance",
categorises = "jobs",
startExpanded = true,
color = Color(105, 105, 105, 255),
canSee = function(ply) return true end,
sortOrder = 120,
}

DarkRP.createCategory{
name = "Wehrmacht",
categorises = "jobs",
startExpanded = true,
color = Color(255, 0, 0, 255),
canSee = function(ply) return true end,
sortOrder = 130,
}

DarkRP.createCategory{
name = "Schutzstaffel",
categorises = "jobs",
startExpanded = true,
color = Color(255, 0, 0, 255),
canSee = function(ply) return true end,
sortOrder = 140,
}

DarkRP.createCategory{
name = "Waffen-SS",
categorises = "jobs",
startExpanded = true,
color = Color(255, 0, 0, 255),
canSee = function(ply) return true end,
sortOrder = 150,
}

DarkRP.createCategory{
name = "Reich",
categorises = "jobs",
startExpanded = true,
color = Color(255, 0, 0, 255),
canSee = function(ply) return true end,
sortOrder = 160,
}

DarkRP.createCategory{
name = "Reich High Command",
categorises = "jobs",
startExpanded = true,
color = Color(255, 0, 0, 255),
canSee = function(ply) return true end,
sortOrder = 170,
}

-----------------------------------------------------------------------

The catagories not working are Reich, Reigh High Command and Resistance and Business. can someone please help me with this
< >
Mostrando 1-1 de 1 comentarios
Zak 23 ABR 2016 a las 12:04 p. m. 
Do you get any Lua errors in console? If so please put them here.
< >
Mostrando 1-1 de 1 comentarios
Por página: 1530 50

Publicado el: 23 ABR 2016 a las 10:13 a. m.
Mensajes: 1