Advertisement
Guest User

Untitled

a guest
Dec 26th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. TEAM_CPS = DarkRP.createJob("Child Protective Services", {
  2.     color = Color(158, 16, 52, 255),
  3.     model = {"models/player/barney.mdl"},
  4.     description = [[You watch for stray children, if you find one then take it to the orphanage.]],
  5.     weapons = {"weapon_ak472"},
  6.     command = "CPS",
  7.     max = 5,
  8.     salary = 45,
  9.     admin = 0,
  10.     vote = false,
  11.     hasLicense = false,
  12. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement