• Could someone please take a look at this file and tell me if I f$%ked something up?
    8 replies, posted
TEAM_SURVIVOR = DarkRP.createJob("Survivor"), { color = Color(85, 85, 85, 255), model = "models/player/f3v/seeker_09.mdl", description = [[You're A Survivor. You could build literally anything EX A town, A city, A new gang/faction. Or choose a different job wink wink.]], weapons = {"weapon_hatchet"}, command = "SURVIVOR", max = 0, salary = 100, admin = 0, vote = false, hasLicense = false, candemote = false, category = "The Unfortunate", }) TEAM_MERCHANT = DarkRP.createJob("Merchant"), { color = Color(85, 85, 85, 255), model = "models/player/adam/suited_ghoul_new/suited_ghoul_new.mdl", description = [[You're A Merchant. Go and build yourself a fine store/house hybrid and sell food, drinks and other products to the players of the waste for bottlecaps.]], weapons = {"weapon_10mm"}, command = "MERCHANT", max = 2, salary = 100, admin = 0, vote = false, hasLicense = false, candemote = true, category = "The Unfortunate", }) TEAM_GHOULSURVIVOR = DarkRP.createJob("Ghoul Survivor"), { color = Color(85, 85, 85, 255), model = "models/player/adam/suited_ghoul_new/suited_ghoul_new.mdl", description = [[Same as Normal Survivor but with ghoul playermodel. You're A Survivor. You could build literally anything EX A town, A city, A new gang/faction. Or choose a different job wink wink.]], weapons = {"weapon_hatchet"}, command = "GSURVIVOR", max = 0, salary = 100, admin = 0, vote = false, hasLicense = false, candemote = false, category = "The Unfortunate", }) TEAM_GUNDEALER = DarkRP.createJob("Gun Dealer"), { color = Color(85, 85, 85, 255), model = "models/player/adam/suited_ghoul_new/suited_ghoul_new.mdl", description = [[You're a Gun Dealer. Go and build yourself a fine store/house hybrid and sell mighty guns to the players of the waste for bottlecaps.]], weapons = {"weapon_10mm"}, command = "GUNDEALER", max = 2, salary = 100, admin = 0, vote = false, hasLicense = false, candemote = true, category = "The Unfortunate", }) TEAM_PLASMADEALER = DarkRP.createJob("Plasma Gun Dealer"), { color = Color(85, 85, 85, 255), model = "models/player/eli.mdl", description = [[You're a Plasma Gun Dealer. Go and build yourself a fine store/house hybrid and sell mighty plasma guns to the players of the waste for bottlecaps.]], weapons = {"weapon_laserpistol"}, command = "PLASMAGUNDEALER", max = 2, salary = 100, admin = 0, vote = false, hasLicense = false, candemote = true, category = "The Unfortunate", }) TEAM_BOUNTYHUNTER = DarkRP.createJob("Bounty Hunter"), { color = Color(85, 85, 85, 255), model = "models/player/lordvipes/rerc_vector/vector_cvp.mdl", description = [[You're a Bounty Hunter. Maybe setup a Bounty house and take Bountys from the players of the waste for a hefty sum of bottlecaps.]], weapons = {"weapon_sniperriflesil"}, command = "BOUNTYHUNTER", max = 2, salary = 100, admin = 0, vote = false, hasLicense = false, candemote = true, category = "The Unfortunate", }) TEAM_RADIOHOST = DarkRP.createJob("Radio Host"), { color = Color(85, 85, 85, 255), model = "models/player/kleiner.mdl", description = [[You're a Radio Host. Maybe setup a nice Radio Station/House hybrid and broadcast music or interview the factions of the waste for the players of the waste.]], command = "BOUNTYHUNTER", max = 2, salary = 100, admin = 0, vote = false, hasLicense = false, candemote = true, category = "The Unfortunate", }) TEAM_NCRP = DarkRP.createJob("NCR Private"), { color = Color(224, 161, 27, 255), model = "models/player/ncr/ncr_02.mdl", weapons = {"weapon_assaultcarbinesil"}, command = "NCRP", max = 5, salary = 100, admin = 0, vote = false, hasLicense = false, candemote = false, category = "New California Republic", }) TEAM_NCRC = DarkRP.createJob("NCR Corporal"), { color = Color(224, 161, 27, 255), model = "models/player/ncr/ncr_02.mdl", weapons = {"weapon_assaultcarbinesil"}, command = "NCRC", max = 4, salary = 150, admin = 0, vote = false, hasLicense = false, candemote = false, category = "New California Republic", PlayerLoadout = function(ply) ply:SetHealth(130) end, }) TEAM_NCRLS = DarkRP.createJob("NCR Scientist"), { color = Color(224, 161, 27, 255), model = "models/player/ncr/ncr_02.mdl", weapons = {"weapon_10mm"}, command = "NCRLS", max = 3, salary = 100, admin = 0, vote = false, hasLicense = false, candemote = false, category = "New California Republic", }) TEAM_NCRCS = DarkRP.createJob("NCR Sergeant"), { color = Color(224, 161, 27, 255), model = "models/player/ncr/ncr_02.mdl", weapons = {"weapon_assaultcarbinesil"}, command = "NCRCS", max = 1, salary = 200, admin = 0, vote = false, hasLicense = false, candemote = true, category = "New California Republic", PlayerLoadout = function(ply) ply:SetHealth(150) end, }) TEAM_NCRP = DarkRP.createJob("NCR President"), { color = Color(224, 161, 27, 255), model = "models/player/dr_schwaiger.mdl", weapons = {"weapon_357revolverlonghdcyl"}, command = "NCRP", max = 1, salary = 250, admin = 0, vote = false, hasLicense = false, candemote = true, category = "New California Republic", PlayerLoadout = function(ply) ply:SetHealth(130) end, }) TEAM_BOSAK = DarkRP.createJob("BOS Apprentice knight"), { color = Color(155, 128, 128, 255), model = "models/player/power_armor/slow.mdl", weapons = {"weapon_laserrifle"}, command = "BOSAK", max = 5, salary = 100, admin = 0, vote = false, hasLicense = false, candemote = false, category = "Brotherhood Of Steel", }) TEAM_BOSSS = DarkRP.createJob("BOS Scribe"), { color = Color(155, 128, 128, 255), model = "models/player/halokiller38/fallout/scribe/scribe_07.mdl", weapons = {"weapon_laserrifle"}, command = "BOSSS", max = 3, salary = 100, admin = 0, vote = false, hasLicense = false, candemote = false, category = "Brotherhood Of Steel", }) TEAM_BOSSK = DarkRP.createJob("BOS Senior Knight"), { color = Color(155, 128, 128, 255), model = "models/player/t51b/slow.mdl", weapons = {"weapon_plasmarifle"}, command = "BOSSK", max = 4, salary = 150, admin = 0, vote = false, hasLicense = false, candemote = false, category = "Brotherhood Of Steel", PlayerLoadout = function(ply) ply:SetHealth(150) end, }) TEAM_BOSP = DarkRP.createJob("BOS Paladin"), { color = Color(155, 128, 128, 255), model = "models/player/t51b/t51h.mdl", weapons = {"weapon_gatlinglaser"}, command = "BOSP", max = 1, salary = 200, admin = 0, vote = false, hasLicense = false, candemote = false, category = "Brotherhood Of Steel", PlayerLoadout = function(ply) ply:SetHealth(180) end, }) TEAM_BOSEM = DarkRP.createJob("BOS Elder Arthur Maxson"), { color = Color(155, 128, 128, 255), model = "models/player/halokiller38/fallout/scribe/scribe_07.mdl", weapons = {"weapon_laserpistol"}, command = "BOSEM", max = 1, salary = 250, admin = 0, vote = false, hasLicense = false, candemote = true, category = "Brotherhood Of Steel", PlayerLoadout = function(ply) ply:SetHealth(130) end, }) TEAM_CLR = DarkRP.createJob("Recruit Legionary"), { color = Color(232, 54, 54, 255), model = "models/player/cl/military/legionrecruit.mdl", weapons = {"weapon_machetegladius"}, command = "CLR", max = 5, salary = 100, admin = 0, vote = false, hasLicense = false, candemote = false, category = "Caesar's Legion", }) TEAM_CLP = DarkRP.createJob("Prime legionary"), { color = Color(232, 54, 54, 255), model = "models/player/cl/military/legionrecruit.mdl", weapons = {"weapon_chineseassaultrifle", "weapon_machetegladius"}, command = "CLP", max = 4, salary = 100, admin = 0, vote = false, hasLicense = false, candemote = false, category = "Caesar's Legion", }) TEAM_CLV = DarkRP.createJob("Veteran legionary"), { color = Color(232, 54, 54, 255), model = "
Disgusting
TEAM_INSTITUTEHEADSECURITY has no model TEAM_INSTITUTESECURITY has no model
Use [code] tags
i don't get why people think this forum is just their personal darkrp job file checker bot.
Reading your title shows/suggests you haven't actually tried them yourself? Attempting it and checking errors on the console for basics such as jobs should be easy to learn.There is plenty of tutorials, guides and job creator sites that exist. Google is your friend
[QUOTE=FireWolf2525;52513337]TEAM_INSTITUTEHEADSECURITY has no model TEAM_INSTITUTESECURITY has no model[/QUOTE] That means I was going to add them later lel *FacePalm* [editline]27th July 2017[/editline] [QUOTE=gonzalolog;52513305]Disgusting[/QUOTE] Sorry this is my first time coding lel *FacePalm*
[QUOTE=MrOGPops;52513923]That means I was going to add them later lel *FacePalm* [editline]27th July 2017[/editline] Sorry this is my first time coding lel *FacePalm*[/QUOTE] This has nothing to do with coding.
[QUOTE=MrOGPops;52513923]lel *FacePalm*[/QUOTE] :suicide:
Sorry, you need to Log In to post a reply to this thread.