trumpito

DARKRP JOB

Apr 26th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. TEAM_SHOCKTROOPERTROOPER = DarkRP.createJob("Shock Trooper Officer", {
  2. color = Color(255, 0, 0),
  3. model = {"models/Player/wq/Starwars/combat.mdl", "models/player/wq/starwars/heavyweapons.mdl"},
  4. description = [[Congratulations you are in the Shock Troopers!]],
  5. weapons = {"tfa_sbg_dc15a","tfa_sbg_repshot","weapon_cuff_clone","weapon_policeshield","stunstick","tfa_sbg_dc15s","weapon_stungun", "clone_card_c2","weapon_stunbaton"},
  6. command = "shocktrooperofficer",
  7. max = 6,
  8. salary = 0,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. candemote = true,
  13. category = "Shock Troopers",
  14. sortOrder = 3,
  15. PlayerSpawn = function(ply) ply:SetMaxHealth(400) end,
  16. PlayerLoadout = function(ply) ply:SetHealth(400) ply:GiveAmmo(700, "ar2") end,
  17. })
Add Comment
Please, Sign In to add comment