Advertisement
KimonK

Untitled

Nov 3rd, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1.  
  2. if !TEAM_76561198173931493_BATTLELORD then
  3. TEAM_76561198173931493_BATTLELORD = DarkRP.createJob("Battlelord", {
  4. color = Color(143,143,143,255),
  5. model = {"models/gonzo/battlelordsskins/white/whitebattlelord1.mdl", "models/gonzo/battlelordsskins/white/whitebattlelord2.mdl",
  6. "models/gonzo/battlelordsskins/white/whitebattlelord3.mdl"},
  7. description = [[ Independent force wielders ]],
  8. weapons = {"weapon_lightsaber_dls_lowdonator"},
  9. command = "battlelord",
  10. max = 2,
  11. salary = 100,
  12. admin = 0,
  13. vote = false,
  14. hasLicense = false,
  15. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  16. ply:SetHealth(1900)
  17. ply:SetMaxHealth(1900)
  18. end,
  19. customCheck = function(ply) return ply:SteamID() == "STEAM_0:1:106832882" or ply:SteamID() == "STEAM_0:1:47367813" end,
  20. CustomCheckFailMsg = "This is a custom donator job. You are not authorised to join this job",
  21. category = "Custom Jobs"
  22. })
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement