Advertisement
secondcoming

RHS additions

May 22nd, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 1.83 KB | None | 0 0
  1. // Hand Guns
  2. "rhsusf_weap_glock17g4"
  3. "rhsusf_weap_m9"
  4.  
  5. // Pistol AMMO
  6. "rhsusf_mag_17Rnd_9x19_JHP",
  7. "rhsusf_mag_15Rnd_9x19_JHP"
  8.  
  9. // Bolt Action Rifles
  10. "rhs_weap_kar98k",
  11. "rhs_weap_m38"
  12.  
  13. // Bolt Action Rifle Ammmo
  14. "rhsgref_5Rnd_792x57_kar98k",
  15. "rhsgref_5Rnd_762x54_m38"
  16.  
  17. // HK416
  18. "rhs_weap_hk416d10",
  19. "rhs_weap_hk416d145",
  20. "rhs_weap_hk416d10_LMT",
  21. "rhs_weap_hk416d10_m320",
  22. "rhs_weap_hk416d145_m320",
  23.  
  24. // Ammo
  25. "rhs_mag_30Rnd_556x45_Mk318_Stanag"
  26.  
  27. // MP7
  28. "rhsusf_weap_MP7A1_base_f"
  29. "rhsusf_weap_MP7A1_winter"
  30. "rhsusf_weap_MP7A1_desert"
  31. "rhsusf_weap_MP7A1_aor1"
  32.  
  33. // Ammo
  34. "rhsusf_mag_40Rnd_46x30_FMJ"
  35.  
  36. // Hand Guns
  37. "rhsusf_weap_m1911a1"
  38. "rhsusf_weap_glock17g4"
  39. "rhsusf_weap_m9"
  40.  
  41. // Pistol AMMO
  42.  
  43. "rhsusf_mag_17Rnd_9x19_JHP",
  44. "rhsusf_mag_15Rnd_9x19_JHP"
  45.  
  46. // Bolt Action Rifles
  47. "rhs_weap_kar98k",
  48. "rhs_weap_m38"
  49.  
  50. // Bolt Action Rifle Ammmo
  51. "rhsgref_5Rnd_792x57_kar98k",
  52. "rhsgref_5Rnd_762x54_m38"
  53.  
  54.  
  55.  
  56. // Ammo
  57. "rhs_mag_30Rnd_556x45_Mk318_Stanag"
  58.  
  59. // New RHS
  60.  
  61. class rhs_weap_hk416d10             { quality = 2; price = 450;};
  62. class rhs_weap_hk416d145            { quality = 2; price = 450;};
  63. class rhs_weap_hk416d10_LMT         { quality = 2; price = 450;};
  64. class rhs_weap_hk416d10_m320        { quality = 3; price = 550;};
  65. class rhs_weap_hk416d145_m320       { quality = 3; price = 550;};
  66.  
  67.  
  68. class rhsusf_weap_glock17g4         { quality = 2; price = 100;};
  69. class rhsusf_weap_m9                { quality = 2; price = 100;};
  70.  
  71. class rhsusf_mag_17Rnd_9x19_JHP     { quality = 2; price = 15;};
  72. class rhsusf_mag_15Rnd_9x19_JHP     { quality = 2; price = 15;};
  73.  
  74.  
  75. class rhsusf_weap_MP7A1_base_f      { quality = 2; price = 450;};
  76. class rhsusf_weap_MP7A1_winter      { quality = 2; price = 450;};
  77. class rhsusf_weap_MP7A1_desert      { quality = 2; price = 450;};
  78. class rhsusf_weap_MP7A1_aor1        { quality = 2; price = 450;};
  79. class rhsusf_mag_40Rnd_46x30_FMJ    { quality = 2; price = 25;};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement