Advertisement
Guest User

Untitled

a guest
May 26th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. TEAM_SAVAGE = DarkRP.createJob("Savage Opress", {
  2. color = Color(102, 124, 39, 255),
  3. model = {"models/syntheticgaming/characters/savageopress/savageopress.mdl"},
  4. description = [[You're Savage Opress!]],
  5. weapons = {"weapon_lightsaber"},
  6. command = "savage",
  7. max = 1,
  8. salary = 200,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. candemote = true,
  13. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement