Hello there people,
I created jobs for my server wich are working (I can change to those jobs)
But they don't pop up in the F4 Menu, I literally tried many many codes to get this piece of crap working.
Here are the codes I used:
TEAM_1STINFPVT = DarkRP.createJob("1st Infantry Division Private", {
color = Color(11, 155, 26, 255),
model = {"models/usmc8pm.mdl"},
description = [[You passed training, well done.]],
weapons = {weapon_wf_garand},
command = "1stinfpvt",
max = 20,
salary = 0,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
-- CustomCheck
medic = false,
chief = false,
mayor = false,
hobo = false,
cook = false,
category = "1st Infantry Division",
})
And here the categorie:
DarkRP.createCategory{
name = "1st Infantry Division",
categorises = "jobs",
startExpanded = false,
color = Color(50, 255, 0, 255),
canSee = function(ply) return true end,
sortOrder = 2,
}
military RP sucks ass tbh fam
[QUOTE=Royal Davy;50833116]
But they don't pop up in the F4 Menu, I literally tried many many codes to get this piece of crap working.[/QUOTE]
just means your F4 menu is fucked.
Sorry, you need to Log In to post a reply to this thread.