Advertisement
GaspArt

Untitled

Dec 30th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.41 KB | None | 0 0
  1. class CfgTraderItems {
  2.  
  3.     #include "Items\1010-Buildings.hpp"
  4.     #include "Items\1020-Tools.hpp"
  5.  
  6.     #include "Items\1030-RareItems.hpp"
  7.  
  8.     #include "Items\1040-Pistols.hpp"      
  9.     #include "Items\1050-ShotGuns.hpp"
  10.     #include "Items\1060-Submachine.hpp"
  11.     #include "Items\1070-AKRifle.hpp"  
  12.     #include "Items\1080-NATORifle.hpp"
  13.     #include "Items\1090-LightMachineGun.hpp"
  14.     #include "Items\1100-SniperRifle.hpp"
  15.     #include "Items\1110-MKRifles.hpp"
  16.     #include "Items\1120-SmokeGrenades.hpp"
  17.    
  18.     #include "Items\1130-Medical.hpp"
  19.     #include "Items\1140-FoodsAndDrinks.hpp"
  20.     #include "Items\1150-Backpacks.hpp"
  21.     #include "Items\1160-Clothes.hpp"  
  22.    
  23.  
  24.     #include "Items\1180-RebelWeapons.hpp" 
  25.     #include "Items\1190-RebelAmmunition.hpp"
  26.     #include "Items\1200-RebelClothes.hpp"
  27.     #include "Items\1210-RebelMilitary.hpp"
  28.     #include "Items\1220-RebelHelicopters.hpp"
  29.  
  30.     #include "Items\1230-FriendlyWeapons.hpp"
  31.     #include "Items\1240-FriendlyAmmunition.hpp"
  32.     #include "Items\1250-FriendlyClothes.hpp"
  33.     #include "Items\1260-FriendlyMilitary.hpp"
  34.     #include "Items\1270-FriendlyHelicopters.hpp"
  35.  
  36.     #include "Items\1280-Bikes.hpp"
  37.     #include "Items\1290-Cars.hpp" 
  38.     #include "Items\1300-Unarmed.hpp"
  39.     #include "Items\1310-Air.hpp"
  40.     #include "Items\1320-Parts.hpp"
  41.  
  42.     #include "Items\1330-HeroWeapons.hpp"
  43.     #include "Items\1340-HeroMilitary.hpp"
  44.     #include "Items\1350-BanditWeapons.hpp"
  45.     #include "Items\1360-BanditMilitary.hpp"
  46. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement