Advertisement
Huntercam

Untitled

Apr 6th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. TEAM_187CO = DarkRP.createJob("187th Commander", {
  2. color = Color(158, 0, 255, 255),
  3. model = {""models/npc/player/sgg/starwars/clonetrooper_deviss3.mdl""},
  4. description = [[You are a 187th commander you command all the clone troopers in your regiment]],
  5. weapons = {"weapon_752_dc15a", "climb_swep2", "weapon_752_westar34duel" },
  6. command = "187CO",
  7. max = 0,
  8. salary = 1000,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. candemote = false,
  13. -- CustomCheck
  14. medic = false,
  15. chief = false,
  16. mayor = false,
  17. hobo = false,
  18. cook = false,
  19. category = "187th",
  20. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement