Advertisement
Guest User

event jobs

a guest
May 1st, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.48 KB | None | 0 0
  1. TEAM_EVENT = DarkRP.createJob("Battle Droid", {
  2. color = Color(230, 0, 0, 255),
  3. model = "models/player/starwars/bdroidmarine.mdl",
  4. description = [[You are Battle droid]],
  5. weapons = {"weapon_752_e5"},
  6. command = "battledroid",
  7. max = 99,
  8. salary = 0,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. candemote = false,
  13. category = "event",
  14. customCheck = function(ply) return ply:GetUserGroup() == "operator, admin, superadmin" end,
  15. PlayerSpawn = function(ply) ply:SetHealth("300") end,
  16. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement