Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Team_CT = DarkRP.createJob("Clone Tropper", {
  2. color = Color(156, 156, 156, 255),
  3. model = {"models/player/sgg/starwars/clonetrooper_mark2.mdl"},
  4. description = [[Your are all brothers this is where your story begins]],
  5. weapons = {"weapon_752_dc15a", "climb_swep2"},
  6. command = "CT",
  7. max = -40,
  8. salary = 100,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. candemote = false
  13. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement