Advertisement
Guest User

Untitled

a guest
Sep 16th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. TEAM_Thief = AddExtraTeam("Thief",{
  2. color = Color(255,255,255,255),
  3. model ={
  4. "models/player/phoenix.mdl",
  5. },
  6. description =[[Steal things]],
  7. weapons ={"keypad_cracker","lockpick"},
  8. command ="thief",
  9. max=3,
  10. salary =35,
  11. admin =0,
  12. vote =false,
  13. hasLicense =false,
  14. help ="Steal things",
  15. modelScale =1.2,
  16. maxpocket =20,
  17. maps ={"rp_downtown_v4c","gm_construct","gm_flatgrass"},
  18. candemote =false,
  19. mayor =false,
  20. chief =false,
  21. medic =false,
  22. cook =false,
  23. hobo =false,
  24. mayorCanSetSalary =true,
  25. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement