Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. TEAM_BOMBERPILOT = DarkRP.createJob("USAF Bomber Pilot", {
  2. color = Color(255, 255, 255, 255),
  3. model = {"models/sub/jet_pilot_redone.mdl"},
  4. description = [[You specialize in bombarding enemy fortifications]],
  5. weapons = {},
  6. command = "bomberpilot",
  7. max = 0,
  8. salary = 10,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. candemote = false,
  13. category = "US Airforce"
  14. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement