Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. class secu {
  2. name = "Armurerie AIS";
  3. conditions = "license_civ_secu";
  4. simple = 0; //--- Type of GUI 0-Weapon View 1-No Weapon View
  5. maxCart = 20; //--- Max Amount of Items in Shopping Cart
  6. weapons[] = {
  7. { "SMG_05_F", 15000, "true", "" },
  8. { "rhs_weap_g36c", 25000, "true", "" },
  9. { "rhs_weap_g36kv", 30000, "true", "" }
  10. };
  11. magazines[] = {
  12. { "30Rnd_9x21_Mag_SMG_02", 25, "true", "" },
  13. { "rhssaf_30rnd_556x45_EPR_G36", 25, "true", "" }
  14. };
  15. attachments[] = {
  16. { "rhsusf_acc_t1_high", 250, "true", "" },
  17. { "rhsusf_acc_eotech_552", 300, "true", "" },
  18. { "rhsusf_acc_compm4", 300, "true", "" },
  19. { "rhsusf_acc_mrds", 175, "true", "" },
  20. { "rhsusf_acc_acog_usmc", 750, "true", "" }
  21.  
  22. };
  23. items[] = {
  24. { "Binocular", 150, "true", "" },
  25. { "ItemGPS", 100, "true", "" },
  26. { "FirstAidKit", 150, "true", "" },
  27. { "tf_fadak", 250, "true", "" }
  28. };
  29. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement