Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. TEAM_FIGHTERPILOT = DarkRP.createJob("USAF Fighter Pilot", {
  2. color = Color(255, 255, 255, 255),
  3. model = {"models/sub/jet_pilot_redone.mdl"},
  4. description = [[You specialize in taking out enemy aircraft from the air]],
  5. weapons = {},
  6. command = "fighterpilot",
  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