Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. TEAM_EXEMPLE = DarkRP.createJob("EXEMPLE", {
  2. color = Color(255, 0, 0, 255),
  3. model = {
  4. "EXEMPLE.mdl"
  5. },
  6. description = [[Aboubakar]],
  7. weapons = {"weapon_lightsaber"},
  8. command = "exemple",
  9. max = 7,
  10. salary = 50,
  11. admin = 0,
  12. vote = false,
  13. candemote = false,
  14. category = "Siths",
  15. PlayerLoadout = function( ply ) return
  16. ply:SetHealth(500)
  17. end
  18. })
  19.  
  20.  
  21.  
  22.  
  23. DarkRP.createCategory{
  24. name = "Armée Régulière",
  25. categorises = "jobs",
  26. startExpanded = true,
  27. color = Color(0, 107, 0, 255),
  28. canSee = fp{fn.Id, true},
  29. sortOrder = 255,
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement