Advertisement
Guest User

Sorry for breaking the server XD?

a guest
Jul 31st, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. TEAM_ADMIRAL = DarkRP.createJob(“Fleet Admiral”, {
  2. color = Color(0,0,0,255),
  3. Model = “models/player/wullf/wullf.mdl”,
  4. description = “”,
  5. weapons = {"tfa_swch_de10", "Radio"},
  6. command = "jedi",
  7. max = 1,
  8. salary = GAMEMODE.Config.normalsalary * 20,
  9. admin = 0,
  10. hasLiscense = false,
  11. })
  12.  
  13. TEAM_FLEETCPT = DarkRP.createJob("Fleet Captain"), {
  14. color = Color(0,0,0,255),
  15. Model = "models/player/whitenavy/whitenavy.mdl",
  16. description = "",
  17. weapons = {"tfa_swch_de10","Radio"},
  18. command = "fleetcpt",
  19. max = 1,
  20. salary = GAMEMODE.Config.normalsalary * 20,
  21. admin = 0,
  22. hasLiscense = false,
  23. })
  24.  
  25. TEAM_FLEETENSIGN = DarkRP.createjob("Fleet Ensign"), {
  26. color = Color(0,0,0,255),
  27. model = "models/player/greynavy/greynavy.mdl"
  28. description = "",
  29. weapons = {"tfa_swch_de10","Radio"}
  30. command = "ensign",
  31. max = 10,
  32. salary = GAMEMODE.Config.normalsalary * 10,
  33. admin = 0,
  34. hasLiscense = false,
  35. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement