Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. switch(_shop) do
  2. {
  3. case "wolfsquad":
  4. {
  5. switch(true) do
  6. {
  7. case (!license_civilian_wolfsquad): {"You are not part of this gang!"};
  8. default
  9. {
  10. ["The Wolf Squad Armory",
  11. //M27 IAR
  12. ["RH_M27IAR","nil",12000],
  13. ["RH_60Rnd_556x45_M855A1","nil",85],
  14.  
  15. //M4A6
  16. ["RH_M4A6","nil",16000],
  17. ["RH_30Rnd_68x43_FMJ","nil",85],
  18.  
  19. //Mk-1 EMR
  20. ["srifle_DMR_03_F","nil",20000],
  21. ["20Rnd_762x51_Mag","nil",85],
  22.  
  23. //M16A6
  24. ["RH_M16A6","nil",16000],
  25. ["RH_30Rnd_68x43_FMJ","nil",85],
  26.  
  27. //[75th] SCAR-L
  28. ["rr_scarstandard","nil",12000],
  29. ["M4262_mag","nil",85],
  30.  
  31. //Sights
  32. ["RH_ta31rmr_2D","nil",50],
  33. ["iansky_rds","nil",50],
  34. ["optic_AMS","nil",50],
  35. ["optic_Arco_blk_F","nil",50],
  36. ["iansky_specterdrkf_2D","nil",50]
  37. ]
  38. ];
  39. };
  40. };
  41. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement