Advertisement
Guest User

Job Example

a guest
Apr 15th, 2024
581
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.28 KB | None | 0 0
  1. TEAM_POLICE = DarkRP.createJob("Police Officer", {
  2.     color = Color(23, 87, 238),
  3.     model = {
  4.         "models/player/clannypolice/male_02.mdl",
  5.         "models/player/clannypolice/male_04.mdl",
  6.         "models/player/clannypolice/male_05.mdl",
  7.         "models/player/clannypolice/male_06.mdl",
  8.         "models/player/clannypolice/male_07.mdl",
  9.         "models/player/clannypolice/male_08.mdl"
  10.     },
  11.     description = [[
  12.         <b>Your duty is to protect the city.</b>
  13.         <span style="color:silver">The description style is limited only by your imagination and knowledge of CSS (gmod limitations too)</span>
  14.  
  15.         <span style="color:#00b894;">Maybe add some colors?</span>
  16.         <span style="color:#d63031;">And a little of red.</span>
  17.         <span style="color:#ffffff;">You can even add images.</span>
  18.  
  19.         <img src="https://i.imgur.com/d8W00xO.png" style="width:16px;height:16px;">   <b>Allowed:</b>
  20.         <img src="https://i.imgur.com/aGifqNN.png" style="width:16px;height:16px;">   <b>Prohibited:</b>
  21.     ]],
  22.     weapons = {
  23.         "tfa_ins2_m9",
  24.         "tfa_inss2_hk_mp5a5"
  25.     },
  26.     command = "police",
  27.     max = 7,
  28.     salary = 100,
  29.     admin = 0,
  30.     vote = false,
  31.     hasLicense = true,
  32.     category = "Civil Protection",
  33.     canDemote = true,
  34. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement