Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. TEAM_SWAT = DarkRP.createJob("S.W.A.T.", {
  2. color = Color( 77, 0, 255, 258),
  3. model = "models//player/ct_gsg9.mdl",
  4. description = [[ Your job is to protect the citizens and bring criminals to justice!]],
  5. weapons = {"do", "this" ,"later"},
  6. command = "swat",
  7. max = 4,
  8. salary = 85,
  9. admin = 0,
  10. vote = true,
  11. hasLicense = true
  12. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement