Advertisement
Guest User

Untitled

a guest
Feb 15th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. REPLACE - https://steamcommunity.com/sharedfiles/filedetails/?id=963550522&searchtext=Sith+assassin+angle - https://steamcommunity.com/sharedfiles/filedetails/?id=1615633161
  2. TEAM_HENDERSON = DarkRP.createJob("Henderson", {
  3. color = Color(255, 0, 0, 255),
  4. model = {"models/player/alexghost/triborg_pm/triborg_pm.mdl"},
  5. description = [[Once a low life slave this man became a powerful sith lord when he discovers he is force sensitive and became the best duellist in sith history as he has not yet been defeated]],
  6. weapons = {"weapon_lightsaber_personal", "wos_inventory", "weapon_fists", "keys"},
  7. command = "henderson",
  8. max = 1,
  9. salary = 200,
  10. admin = 0,
  11. vote = false,
  12. hasLicense = false,
  13. candemote = false,
  14. category = "CC Jobs",
  15. PlayerSpawn = function(ply) ply:SetHealth(3000) ply:SetMaxHealth(3000) return CLIENT end,
  16. PlayerDeath = function(ply) ply:SetHealth(0) return CLIENT end,
  17. CustomCheckFailMsg = "Command is henderson",
  18. customCheck = function(ply) return ply:SteamID() == "STEAM_0:1:95692379" end,
  19. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement