Advertisement
fastman92

GTA SA eIplFile

Dec 23rd, 2014
802
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 6.19 KB | None | 0 0
  1. #pragma once
  2.  
  3. namespace Game_GTASA
  4. {
  5.     enum eIplFile
  6.     {
  7.         IPL_FILE_generic = 0,
  8.         IPL_FILE_levelmap_stream0 = 1,
  9.         IPL_FILE_barriers1 = 2,
  10.         IPL_FILE_barriers2 = 3,
  11.         IPL_FILE_seabed_stream0 = 4,
  12.         IPL_FILE_countn2_stream0 = 5,
  13.         IPL_FILE_countn2_stream1 = 6,
  14.         IPL_FILE_countn2_stream2 = 7,
  15.         IPL_FILE_countn2_stream3 = 8,
  16.         IPL_FILE_countn2_stream4 = 9,
  17.         IPL_FILE_countn2_stream5 = 10,
  18.         IPL_FILE_countn2_stream6 = 11,
  19.         IPL_FILE_countn2_stream7 = 12,
  20.         IPL_FILE_countn2_stream8 = 13,
  21.         IPL_FILE_countryn_stream0 = 14,
  22.         IPL_FILE_countryn_stream1 = 15,
  23.         IPL_FILE_countryn_stream2 = 16,
  24.         IPL_FILE_countryn_stream3 = 17,
  25.         IPL_FILE_countrys_stream0 = 18,
  26.         IPL_FILE_countrys_stream1 = 19,
  27.         IPL_FILE_countrys_stream2 = 20,
  28.         IPL_FILE_countrys_stream3 = 21,
  29.         IPL_FILE_countrys_stream4 = 22,
  30.         IPL_FILE_countrye_stream0 = 23,
  31.         IPL_FILE_countrye_stream1 = 24,
  32.         IPL_FILE_countrye_stream10 = 25,
  33.         IPL_FILE_countrye_stream11 = 26,
  34.         IPL_FILE_countrye_stream12 = 27,
  35.         IPL_FILE_countrye_stream13 = 28,
  36.         IPL_FILE_countrye_stream2 = 29,
  37.         IPL_FILE_countrye_stream3 = 30,
  38.         IPL_FILE_countrye_stream4 = 31,
  39.         IPL_FILE_countrye_stream5 = 32,
  40.         IPL_FILE_countrye_stream6 = 33,
  41.         IPL_FILE_countrye_stream7 = 34,
  42.         IPL_FILE_countrye_stream8 = 35,
  43.         IPL_FILE_countrye_stream9 = 36,
  44.         IPL_FILE_countryw_stream0 = 37,
  45.         IPL_FILE_countryw_stream1 = 38,
  46.         IPL_FILE_countryw_stream2 = 39,
  47.         IPL_FILE_countryw_stream3 = 40,
  48.         IPL_FILE_countryw_stream4 = 41,
  49.         IPL_FILE_countryw_stream5 = 42,
  50.         IPL_FILE_countryw_stream6 = 43,
  51.         IPL_FILE_countryw_stream7 = 44,
  52.         IPL_FILE_countryw_stream8 = 45,
  53.         IPL_FILE_truthsfarm = 46,
  54.         IPL_FILE_sfn_stream0 = 47,
  55.         IPL_FILE_sfn_stream1 = 48,
  56.         IPL_FILE_sfn_stream2 = 49,
  57.         IPL_FILE_sfs_stream0 = 50,
  58.         IPL_FILE_sfs_stream1 = 51,
  59.         IPL_FILE_sfs_stream2 = 52,
  60.         IPL_FILE_sfs_stream3 = 53,
  61.         IPL_FILE_sfs_stream4 = 54,
  62.         IPL_FILE_sfs_stream5 = 55,
  63.         IPL_FILE_sfs_stream6 = 56,
  64.         IPL_FILE_sfs_stream7 = 57,
  65.         IPL_FILE_sfs_stream8 = 58,
  66.         IPL_FILE_crack = 59,
  67.         IPL_FILE_sfse_stream0 = 60,
  68.         IPL_FILE_sfse_stream1 = 61,
  69.         IPL_FILE_sfse_stream2 = 62,
  70.         IPL_FILE_sfse_stream3 = 63,
  71.         IPL_FILE_sfse_stream4 = 64,
  72.         IPL_FILE_sfse_stream5 = 65,
  73.         IPL_FILE_sfse_stream6 = 66,
  74.         IPL_FILE_sfe_stream0 = 67,
  75.         IPL_FILE_sfe_stream1 = 68,
  76.         IPL_FILE_sfe_stream2 = 69,
  77.         IPL_FILE_sfe_stream3 = 70,
  78.         IPL_FILE_sfw_stream0 = 71,
  79.         IPL_FILE_sfw_stream1 = 72,
  80.         IPL_FILE_sfw_stream2 = 73,
  81.         IPL_FILE_sfw_stream3 = 74,
  82.         IPL_FILE_sfw_stream4 = 75,
  83.         IPL_FILE_sfw_stream5 = 76,
  84.         IPL_FILE_vegasn_stream0 = 77,
  85.         IPL_FILE_vegasn_stream1 = 78,
  86.         IPL_FILE_vegasn_stream2 = 79,
  87.         IPL_FILE_vegasn_stream3 = 80,
  88.         IPL_FILE_vegasn_stream4 = 81,
  89.         IPL_FILE_vegasn_stream5 = 82,
  90.         IPL_FILE_vegasn_stream6 = 83,
  91.         IPL_FILE_vegasn_stream7 = 84,
  92.         IPL_FILE_vegasn_stream8 = 85,
  93.         IPL_FILE_vegass_stream0 = 86,
  94.         IPL_FILE_vegass_stream1 = 87,
  95.         IPL_FILE_vegass_stream2 = 88,
  96.         IPL_FILE_vegass_stream3 = 89,
  97.         IPL_FILE_vegass_stream4 = 90,
  98.         IPL_FILE_vegass_stream5 = 91,
  99.         IPL_FILE_vegase_stream0 = 92,
  100.         IPL_FILE_vegase_stream1 = 93,
  101.         IPL_FILE_vegase_stream2 = 94,
  102.         IPL_FILE_vegase_stream3 = 95,
  103.         IPL_FILE_vegase_stream4 = 96,
  104.         IPL_FILE_vegase_stream5 = 97,
  105.         IPL_FILE_vegase_stream6 = 98,
  106.         IPL_FILE_vegase_stream7 = 99,
  107.         IPL_FILE_vegase_stream8 = 100,
  108.         IPL_FILE_vegasw_stream0 = 101,
  109.         IPL_FILE_vegasw_stream1 = 102,
  110.         IPL_FILE_vegasw_stream10 = 103,
  111.         IPL_FILE_vegasw_stream11 = 104,
  112.         IPL_FILE_vegasw_stream2 = 105,
  113.         IPL_FILE_vegasw_stream3 = 106,
  114.         IPL_FILE_vegasw_stream4 = 107,
  115.         IPL_FILE_vegasw_stream5 = 108,
  116.         IPL_FILE_vegasw_stream6 = 109,
  117.         IPL_FILE_vegasw_stream7 = 110,
  118.         IPL_FILE_vegasw_stream8 = 111,
  119.         IPL_FILE_vegasw_stream9 = 112,
  120.         IPL_FILE_las_stream0 = 113,
  121.         IPL_FILE_las_stream1 = 114,
  122.         IPL_FILE_las_stream2 = 115,
  123.         IPL_FILE_las_stream3 = 116,
  124.         IPL_FILE_las_stream4 = 117,
  125.         IPL_FILE_las_stream5 = 118,
  126.         IPL_FILE_las2_stream0 = 119,
  127.         IPL_FILE_las2_stream1 = 120,
  128.         IPL_FILE_las2_stream2 = 121,
  129.         IPL_FILE_las2_stream3 = 122,
  130.         IPL_FILE_las2_stream4 = 123,
  131.         IPL_FILE_carter = 124,
  132.         IPL_FILE_lae2_stream0 = 125,
  133.         IPL_FILE_lae2_stream1 = 126,
  134.         IPL_FILE_lae2_stream2 = 127,
  135.         IPL_FILE_lae2_stream3 = 128,
  136.         IPL_FILE_lae2_stream4 = 129,
  137.         IPL_FILE_lae2_stream5 = 130,
  138.         IPL_FILE_lae2_stream6 = 131,
  139.         IPL_FILE_lae_stream0 = 132,
  140.         IPL_FILE_lae_stream1 = 133,
  141.         IPL_FILE_lae_stream2 = 134,
  142.         IPL_FILE_lae_stream3 = 135,
  143.         IPL_FILE_lae_stream4 = 136,
  144.         IPL_FILE_lae_stream5 = 137,
  145.         IPL_FILE_lan_stream0 = 138,
  146.         IPL_FILE_lan_stream1 = 139,
  147.         IPL_FILE_lan_stream2 = 140,
  148.         IPL_FILE_lan2_stream0 = 141,
  149.         IPL_FILE_lan2_stream1 = 142,
  150.         IPL_FILE_lan2_stream2 = 143,
  151.         IPL_FILE_lan2_stream3 = 144,
  152.         IPL_FILE_lawn_stream0 = 145,
  153.         IPL_FILE_lawn_stream1 = 146,
  154.         IPL_FILE_lawn_stream2 = 147,
  155.         IPL_FILE_lawn_stream3 = 148,
  156.         IPL_FILE_law_stream0 = 149,
  157.         IPL_FILE_law_stream1 = 150,
  158.         IPL_FILE_law_stream2 = 151,
  159.         IPL_FILE_law_stream3 = 152,
  160.         IPL_FILE_law_stream4 = 153,
  161.         IPL_FILE_law_stream5 = 154,
  162.         IPL_FILE_law2_stream0 = 155,
  163.         IPL_FILE_law2_stream1 = 156,
  164.         IPL_FILE_law2_stream2 = 157,
  165.         IPL_FILE_law2_stream3 = 158,
  166.         IPL_FILE_law2_stream4 = 159,
  167.         IPL_FILE_lahills_stream0 = 160,
  168.         IPL_FILE_lahills_stream1 = 161,
  169.         IPL_FILE_lahills_stream2 = 162,
  170.         IPL_FILE_lahills_stream3 = 163,
  171.         IPL_FILE_lahills_stream4 = 164,
  172.         IPL_FILE_int_la_stream0 = 165,
  173.         IPL_FILE_int_la_stream1 = 166,
  174.         IPL_FILE_int_la_stream2 = 167,
  175.         IPL_FILE_int_la_stream3 = 168,
  176.         IPL_FILE_int_sf_stream0 = 169,
  177.         IPL_FILE_int_veg_stream0 = 170,
  178.         IPL_FILE_int_veg_stream1 = 171,
  179.         IPL_FILE_int_veg_stream2 = 172,
  180.         IPL_FILE_int_veg_stream3 = 173,
  181.         IPL_FILE_gen_int2_stream0 = 174,
  182.         IPL_FILE_gen_intb_stream0 = 175,
  183.         IPL_FILE_gen_int3_stream0 = 176,
  184.         IPL_FILE_gen_int4_stream0 = 177,
  185.         IPL_FILE_gen_int4_stream1 = 178,
  186.         IPL_FILE_gen_int4_stream2 = 179,
  187.         IPL_FILE_gen_int5_stream0 = 180,
  188.         IPL_FILE_gen_int5_stream1 = 181,
  189.         IPL_FILE_gen_int5_stream2 = 182,
  190.         IPL_FILE_gen_int5_stream3 = 183,
  191.         IPL_FILE_gen_int5_stream4 = 184,
  192.         IPL_FILE_gen_int5_stream5 = 185,
  193.         IPL_FILE_gen_int5_stream6 = 186,
  194.         IPL_FILE_gen_int5_stream7 = 187,
  195.         IPL_FILE_stadint_stream0 = 188,
  196.         IPL_FILE_savehous_stream0 = 189,
  197.         IPL_FILE_savehous_stream1 = 190,
  198.     };
  199. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement