Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. case "outlaws":
  2. {
  3. switch(true) do
  4. {
  5. case (playerSide != civilian): {"You are not a civilian!"};
  6. case (!license_civ_outlaws): {"You are not part of this gang!"};
  7. default
  8. {
  9. ["Outlaw's Weapon Locker", //5 GUNS
  10. [
  11. ["RH_M16A6",nil,16500],
  12. ["RH_30Rnd_68x43_Match",nil,85],
  13. ["rr_m110",nil,18500],
  14. ["scarh_mag",nil,85],
  15. ["RH_m110",nil,20000],
  16. ["RH_20Rnd_762x51_M80A1",nil,125],
  17. ["RH_M27IAR",nil,19700],
  18. ["RH_60Rnd_556x45_Mk262",nil,85],
  19. ["RH_SAMR",nil,19700],
  20. ["RH_60Rnd_556x45_Mk262",nil,85],
  21. /////////////////////
  22. ["RH_gemtech45",nil,75],
  23. ["RH_barska_rds",nil,62],
  24. ["RH_eotech553mag",nil,65],
  25. ["optic_AMS",nil,750]
  26. ]
  27. ];
  28. };
  29. };
  30. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement