kittaiyo

Untitled

Feb 25th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. TEAM_CPTAEROPORTEE = DarkRP.createJob("Capitaine 212th", {
  2. color = Color(255, 93, 0, 255),
  3. model = {
  4. "models/reizer_cgi_p2/212_cpt/212_cpt.mdl",
  5. },
  6. description = [[<Whitelist> Vous êtes un Capitaine de la 212th]],
  7. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  8. command = "cpt212",
  9. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  10. salary = 100,
  11. admin = 0,
  12. vote = false,
  13. hasLicense = false,
  14. category = "Régiment 212th",
  15. PlayerLoadout = function( ply ) return
  16. ply:SetHealth(1800)
  17. ply:SetArmor(225) end,
  18. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  19. })
  20.  
  21. TEAM_VCMDAEROPORTEE = DarkRP.createJob("Vice-Commandant 212th", {
  22. color = Color(255, 93, 0, 255),
  23. model = {
  24. "models/reizer_cgi_p2/212_col/212_col.mdl",
  25. },
  26. description = [[<Whitelist> Vous êtes le Vice-Commandant de la 212th]],
  27. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  28. command = "vcmd212",
  29. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  30. salary = 100,
  31. admin = 0,
  32. vote = false,
  33. hasLicense = false,
  34. category = "Régiment 212th",
  35. PlayerLoadout = function( ply ) return
  36. ply:SetHealth(2000)
  37. ply:SetArmor(250) end,
  38. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  39. })
Advertisement
Add Comment
Please, Sign In to add comment