Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. TEAM_TERRORIST = DarkRP.createJob("Terrorist", {
  2. color = Color(143, 155, 37, 255),
  3. model = "models/player/arctic.mdl",
  4. description = [[You are a terrorist, you blow stuff up
  5. You have to advert Terrorist attack before you blow things up
  6. *Can't Raid, is allowed to Mug and set off bombs in public*]],
  7. weapons = {"m9k_suicide_bomb"},
  8. command = "terrorist",
  9. max = 2,
  10. salary = 60,
  11. admin = 0,
  12. vote = true,
  13. hasLicense = false
  14. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement