Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.53 KB | None | 0 0
  1. TEAM_US_MILITARY_RECRUIT = DarkRP.createJob("US Army Private", {
  2.     color = Color(255, 255, 255, 255),
  3.     model = {"models/player/mw3rangers/us_ranger_02.mdl"},
  4.     description = [[You are an untrained United States Army soldier]],
  5.     weapons = {},
  6.     command = "usarmyprivate",
  7.     max = 0,
  8.     salary = 0,
  9.     admin = 0,
  10.     vote = false,
  11.     hasLicense = true,
  12.     candemote = false,
  13.     category = "US Military Recruit",
  14.     PlayerSpawn = function(ply)
  15.         ply:SetMaxHealth(100)
  16.         ply:SetHealth(100)
  17.     end
  18. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement