Advertisement
Guest User

classnames hardwaretrader

a guest
Apr 30th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. class Hardware
  2. {
  3. name = "Hardware";
  4. icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
  5. items[] =
  6. {
  7. "Exile_Item_Rope",
  8. "Exile_Melee_Axe",
  9. "Exile_Magazine_Swing",
  10. "Exile_Item_DuctTape",
  11. "Exile_Item_ExtensionCord",
  12. "Exile_Item_FuelCanisterEmpty",
  13. "Exile_Item_JunkMetal",
  14. "Exile_Item_LightBulb",
  15. "Exile_Item_MetalBoard",
  16. "Exile_Item_MetalPole",
  17. "Exile_Item_SafeKit",
  18. "Exile_Item_CamoTentKit",
  19. "Exile_Item_FuelCanisterFull",
  20. "NVGoggles_OPFOR",
  21. "Land_HBarrier_1_F_Kit",
  22. "Land_HBarrier_3_F_Kit",
  23. "Land_HBarrier_5_F_Kit",
  24. "Land_BagBunker_Tower_F_Kit",
  25. "CamoNet_OPFOR_open_F_Kit",
  26. "CamoNet_INDP_open_F_Kit",
  27. "CamoNet_BLUFOR_open_F_Kit",
  28. "Land_CncBarrier_F_Kit",
  29. "Land_Stone_4m_F_Kit",
  30. "Land_Stone_Gate_F_Kit",
  31. "PierLadder_F_Kit",
  32. "Land_WaterCooler_01_new_F_Kit",
  33. "Land_Pallet_MilBoxes_F_Kit",
  34. "Land_BagFence_Corner_F_Kit",
  35. "Land_BagFence_Long_F_Kit",
  36. "Land_HBarrierTower_F_Kit",
  37. "Land_Metal_wooden_rack_F_Kit",
  38. "Land_BagBunker_Small_F_Kit",
  39. "Land_Bunker_F_Kit",
  40. "Land_HBarrierWall_corner_F_Kit",
  41. "Land_HBarrierWall6_F_Kit",
  42. "Land_HBarrierWall4_F_Kit",
  43. "Land_RampConcrete_F_Kit",
  44. "Land_Wall_IndCnc_4_F_Kit",
  45. "Land_TentHanger_V1_F_Kit",
  46. "Land_Shed_Big_F_Kit",
  47. "Land_City2_4m_F_Kit",
  48. "Land_City2_8m_F_Kit",
  49. "Land_HelipadCivil_F_Kit",
  50. "Land_Rack_F_Kit",
  51. "Land_City_Gate_F_Kit",
  52. "Land_BarGate_F_Kit",
  53. "Land_Icebox_F_Kit",
  54. "Land_Sign_WarningMilitaryArea_F_Kit",
  55. "Land_Mil_WallBig_4m_F_Kit",
  56. "Land_Cargo_Patrol_V2_F_Kit",
  57. "Land_Pier_small_F_Kit",
  58. "Land_Wall_Tin_4_Kit",
  59. "Land_ShelvesMetal_F_Kit",
  60. "Land_Cargo_Tower_V2_F_Kit",
  61. "Land_FuelStation_Feed_F_Kit",
  62. "Land_BagBunker_Large_F_Kit",
  63. "ShootingPos_F_Kit",
  64. "Land_cargo_house_slum_F_Kit",
  65. "Land_Cargo40_light_green_F_Kit",
  66. "Land_Cargo_House_V2_F_Kit",
  67. "Land_LampHalogen_F_Kit",
  68. "Land_PortableLight_double_F_Kit",
  69. "Land_Tabledesk_F_Kit",
  70. "Land_Toiletbox_F_Kit",
  71. "Exile_Item_CodeLock"
  72.  
  73. /*
  74. "Exile_Item_MetalScrews",
  75. "Exile_Item_MetalWire",
  76. "Exile_Item_Laptop",
  77. "Exile_Item_BaseCameraKit",
  78. "Exile_Item_MetalHedgehogKit",
  79. "Exile_Item_CarWheel",
  80. "Exile_Item_Cement",
  81. "Exile_Item_Sand"
  82. */
  83. };
  84. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement