Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. TEAM_ROYALFM = DarkRP.createJob("BAF: FM", {
  2. color = Color(255, 152, 0, 255),
  3. model = {"models/player/pmc_6/pmc__03.mdl" , "models/player/pmc_6/pmc__05.mdl" , "models/player/pmc_6/pmc__07.mdl"},
  4. description = [[You are the BAF's Medic, you're specialised with on-field first aid and healing.]],
  5. weapons = {"med_kit" , "keys" , "cw_l85a2" , "radio" , "cw_g4p_glock17" , "pass_england" , "cw_extrema_ratio_official" },
  6. command = "rmfm",
  7. PlayerSpawn = function(ply) ply:SetHealth(160) end,
  8. max = 6,
  9. salary = 100,
  10. admin = 0,
  11. vote = false,
  12. hasLicense = true,
  13. candemote = false,
  14. -- CustomCheck
  15. medic = true,
  16. chief = false,
  17. mayor = false,
  18. hobo = false,
  19. cook = false,
  20. category = "British Armed Forces",
  21. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement