Advertisement
Guest User

Renzo

a guest
Dec 5th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. TEAM_JOEY = DarkRP.createJob("Chell", {
  2. color = Color(255, 255, 255, 255),
  3. model = {"models/player/p2_chell.mdl"},
  4. description = [[Joey's Custom Class]],
  5. weapons = {"m9k_usc", "m9k_usp", "m9k_g36", "unarrest_stick", "weapon_hack_phone", "pro_lockpick_update", "weapon_medkit", "m9k_dbarrel" "prokeypadcracker", "climb_swep2", "m9k_svu", "weapon_sh_keypadcracker_deploy", "weapon_sh_doorcharge", "weapon_sh_flashbang"},
  6. command = "joey",
  7. max = 3,
  8. salary = 100,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. candemote = false,
  13. -- CustomCheck
  14. medic = false,
  15. chief = false,
  16. mayor = false,
  17. hobo = false,
  18. cook = false,
  19. category = "Custom Jobs",
  20. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement