Advertisement
Guest User

Untitled

a guest
Nov 15th, 2011
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.53 KB | None | 0 0
  1. BARE BONES MISSION(scripttest.utes)
  2.  
  3. addOns[]=
  4.  {
  5.   "utes",
  6.   "cacharacters2"
  7.  };
  8.  addOnsAuto[]=
  9.  {
  10.   "cacharacters2",
  11.   "utes"
  12.  };
  13.  
  14. _______________________________________________________
  15. ATOW MISSION (C7-ATF-Nova-Ves.CNR_Krizov)
  16.  
  17.     addOns[]=
  18.     {
  19.         "cawheeled2_m1114_armored",
  20.         "CAWheeled",
  21.         "CATracked2_BMP3",
  22.         "camisc3",
  23.         "takistan",
  24.         "cacharacters_e",
  25.         "CATracked_E_M2A2_Bradley",
  26.         "CAWheeled_E",
  27.         "CAWheeled_E_LandRover",
  28.         "camisc_e",
  29.         "caweapons",
  30.         "caweapons_ammoboxes",
  31.         "catracked_e_t55",
  32.         "CAAir2_MV22",
  33.         "caair_e_ch_47f",
  34.         "castructures_e_misc_misc_market",
  35.         "ca_modules_functions",
  36.         "caweapons_e_ammoboxes",
  37.         "atow_objectives",
  38.         "atow_kits",
  39.         "atow_resources",
  40.         "cacharacters2",
  41.         "atow_events",
  42.         "atow_friendlymarkers",
  43.         "atow_menus",
  44.         "atow_respawn",
  45.         "atow_safezones",
  46.         "atow_headbugfix",
  47.         "atow_nothermal",
  48.         "atow_setVectorUp",
  49.         "atow_headbugfix",
  50.         "atow_timekeeping",
  51.         "atow_un",
  52.         "cnr_krizov",
  53.         "ca_missions_alternativeinjurysimulation",
  54.         "ca_missions_firstaidsystem",
  55.         "warfarebuildings"
  56.     };
  57.     addOnsAuto[]=
  58.     {
  59.         "cacharacters2",
  60.         "ca_modules_functions",
  61.         "cacharacters_e",
  62.         "atow_objectives",
  63.         "atow_events",
  64.         "atow_nothermal",
  65.         "atow_kits",
  66.         "atow_menus",
  67.         "atow_setvectorup",
  68.         "atow_respawn",
  69.         "atow_un",
  70.         "atow_safezones",
  71.         "atow_headbugfix",
  72.         "ca_missions_alternativeinjurysimulation",
  73.         "ca_missions_firstaidsystem",
  74.         "CAWheeled_E_LandRover",
  75.         "CAWheeled",
  76.         "warfarebuildings",
  77.         "atow_resources",
  78.         "cnr_krizov"
  79.     };
  80.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement