Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TEAM_POLICE = DarkRP.createJob("Police Officer", {
- color = Color(23, 87, 238),
- model = {
- "models/player/clannypolice/male_02.mdl",
- "models/player/clannypolice/male_04.mdl",
- "models/player/clannypolice/male_05.mdl",
- "models/player/clannypolice/male_06.mdl",
- "models/player/clannypolice/male_07.mdl",
- "models/player/clannypolice/male_08.mdl"
- },
- description = [[
- <b>Your duty is to protect the city.</b>
- <span style="color:silver">The description style is limited only by your imagination and knowledge of CSS (gmod limitations too)</span>
- <span style="color:#00b894;">Maybe add some colors?</span>
- <span style="color:#d63031;">And a little of red.</span>
- <span style="color:#ffffff;">You can even add images.</span>
- <img src="https://i.imgur.com/d8W00xO.png" style="width:16px;height:16px;"> <b>Allowed:</b>
- <img src="https://i.imgur.com/aGifqNN.png" style="width:16px;height:16px;"> <b>Prohibited:</b>
- ]],
- weapons = {
- "tfa_ins2_m9",
- "tfa_inss2_hk_mp5a5"
- },
- command = "police",
- max = 7,
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = true,
- category = "Civil Protection",
- canDemote = true,
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement