Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. TEAM_SERGENT212 = DarkRP.createJob("Sergent 212Nd", {
  2. color = Color(0, 0, 0, 255),
  3. model = {"models/player/emp/starwars/212elite.mdl"},
  4. description = [[Vous êtes un Sergent de la 212nd.]],
  5. weapons = {"tfa_752_dc15s_expanded"},
  6. command = "212sgt",
  7. max = 0,
  8. salary = 45,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. candemote = false,
  13. category = "Régiment 212ème",
  14. PlayerSpawn = function(ply)
  15. ply:SetHealth(250)
  16. ply:SetArmor(50)
  17. end
  18. })
  19.  
  20. TEAM_VICECOMMANDANT5 = DarkRP.createJob("Vice-Commandant 5th", {
  21. color = Color(0, 0, 0, 255),
  22. model = {"models/player/5/starwars/colonel.mdl"},
  23. description = [[Vous êtes un Vice-Commandant de la 5th.]],
  24. weapons = {"stunstick", "tfa_dc15a_expanded", "weaponchecker", "door_ram", "weapon_cuff_elastic", "weapon_jew_dc15s"},
  25. command = "5vcmd",
  26. max = 0,
  27. salary = 45,
  28. admin = 0,
  29. vote = false,
  30. hasLicense = true,
  31. candemote = false,
  32. category = "5ème régiment de sécurité de flotte",
  33. PlayerSpawn = function(ply)
  34. ply:SetHealth(400)
  35. ply:SetArmor(0)
  36. end
  37. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement