Advertisement
Guest User

Test job 1 (test only)

a guest
Aug 30th, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. TEAM_CAR = AddExtraTeam("Car Salesman", {
  2. color = Color(25, 25, 25, 255),
  3. model = "Jeep",
  4. description = [[As a car salesman, you will supply the city life with cars, get rich!]],
  5. weapons = {"lockpick", "unarrest_stick","weapon_fists","models/xqm/rails/gumball_1.mdl"},
  6. command = "Car",
  7. max = 1,
  8. salary = 600,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement