Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. TEAM_ARMY = DarkRP.createJob("Army Ranger", {
  2. color = Color(10, 25, 0, 255),
  3. model = "models/player/urban.mdl",
  4. description = [[You are an army ranger.
  5. Protect the civilians and stop the terrorist threat..]],
  6. weapons = {"m9k_m416", "m9k_usp"},
  7. command = "armyranger",
  8. max = 4,
  9. salary = 0,
  10. admin = 0,
  11. vote = true,
  12. hasLicense = true,
  13. candemote = false,
  14. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement