Advertisement
Spookygnu

cfgPatches.

Sep 3rd, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. class CfgPatches
  2. {
  3. class rso_objs
  4. {
  5. requiredAddons[] = {"A3_Structures_F"};
  6. requiredVersion = 0.1;
  7. weapons[] = {};
  8. units[] =
  9. {
  10. " rso_apartmentcomplex ",
  11. " rso_apartmentcomplex_wip ",
  12. " rso_apartmentcomplex4 ",
  13. " rso_apartmentcomplex5 ",
  14. " rso_arch ",
  15. " rso_arches ",
  16. " rso_ATC1 ",
  17. " rso_big ",
  18. " rso_big_b ",
  19. " rso_big_c ",
  20. " rso_big_d ",
  21. " rso_big_e ",
  22. " rso_big_f ",
  23. " rso_block1 ",
  24. " rso_complex1 ",
  25. " rso_complex2 ",
  26. " rso_complex3 ",
  27. " rso_complex4 ",
  28. " rso_complex5 ",
  29. " rso_complex6 ",
  30. " rso_complex7 ",
  31. " rso_complex8 ",
  32. " rso_complex9 ",
  33. " rso_construct1 ",
  34. " rso_construct2 ",
  35. " rso_construct3 ",
  36. " rso_construct4 ",
  37. " rso_construct4_wip ",
  38. " rso_corner1 ",
  39. " rso_corner2 ",
  40. " rso_cornershop ",
  41. " rso_garage1 ",
  42. " rso_garages ",
  43. " rso_h1 ",
  44. " rso_h2 ",
  45. " rso_h3 ",
  46. " rso_h4 ",
  47. " rso_h5 ",
  48. " rso_h6 ",
  49. " rso_h7 ",
  50. " rso_h8 ",
  51. " rso_h9 ",
  52. " rso_h10 ",
  53. " rso_h11 ",
  54. " rso_h11_b ",
  55. " rso_h12 ",
  56. " rso_h13 ",
  57. " rso_h14 ",
  58. " rso_h15 ",
  59. " rso_h16 ",
  60. " rso_h17 ",
  61. " rso_h18 ",
  62. " rso_h19 ",
  63. " rso_h20 ",
  64. " rso_h21 ",
  65. " rso_hanger ",
  66. " rso_house_big1 ",
  67. " rso_hut_invert1 ",
  68. " rso_hut1 ",
  69. " rso_hut2 ",
  70. " rso_hut3 ",
  71. " rso_hut4 ",
  72. " rso_long1 ",
  73. " rso_minaret ",
  74. " rso_mosque1 ",
  75. " rso_parkinghouse ",
  76. " rso_pharmacy ",
  77. " rso_radiomast ",
  78. " rso_shack ",
  79. " rso_shop1 ",
  80. " rso_shop2 ",
  81. " rso_shop3 ",
  82. " rso_shop3b ",
  83. " rso_shop4 ",
  84. " rso_shrine ",
  85. " rso_store1 ",
  86. " rso_stores ",
  87. " rso_stores3 ",
  88. " rso_vcp1 ",
  89. " rso_watertower "
  90. };
  91. };
  92. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement