Discord
Steam
/
Help
/
Dark RP CP Job
Login/Join
Event Log
Dark RP CP Job
2 replies, posted
Search
In This Thread
Some of my darkrp civil protection jobs aren't working. Here is one of the jobs code TEAM_POLICE = DarkRP.createJob("Civil Protection", { color = Color(255, 0, 0, 255), model = {"models/DPFilms/Metropolice/Playermodels/pm_urban_police.mdl"}, description = [[Protect your citizens]], weapons = {"stunstick", "arrest_stick", "unarrest_stick", "m9k_bren_ten", "realrbn_tazer", "guigui_handcuffs", "weapon_fists", "weaponchecker", "weapon_ticketbook", "weapon_wantbaton"}, command = "civilprotection", max = 10, salary = 60, admin = 0, vote = false, hasLicense = true, candemote = true, category = "Civil Protection", ammo = { ["pistol"] = 500, ["buckshot"] = 500, ["smg1"] = 500 }, PlayerSpawn = function(ply) ply:SetMaxHealth(100) ply:SetHealth(100) ply:SetArmor(100) ply:SetBodygroup(0, 0) ply:SetBodygroup(1, 1) ply:SetBodygroup(2., 2) end })
what issue are you having?
They aren't being reconized as cp jobs but I fixed it I had multiple jobs with the same team.
Sorry, you need to
Log In
to post a reply to this thread.