Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. _auto = ["auto","auto_1","auto_2","auto_3","auto_4"];
  2. _kkt = ["kk","kk_1","kk_2","kk_3","kk_4"];
  3. _aat = ["aa","aa_1","aa_2","aa_3","aa_4"];
  4. _partioivatRyhmat = ["patr", "patr_1", "patr_2", "patr_3", "patr_4","patr_5"];
  5. _puolustavatRyhmat = ["def", "def_1", "def_2", "def_3", "def_4", "def_5", "def_6", "def_7", "def_8", "def_9", "def_10","def_11","def_12","def_13","def_14","def_15","def_16","def_17","def_18","def_19","def_20"];
  6. _siviilit1 = ["civ1","civ1_1","civ1_2","civ1_3","civ1_4","civ1_5","civ1_6","civ1_7","civ1_8","civ1_9","civ1_10"];
  7. _siviilit2 = ["civ2","civ2_1","civ2_2","civ2_3","civ2_4","civ2_5","civ2_6","civ2_7","civ2_8","civ2_9","civ2_10"];
  8.  
  9. {
  10.  
  11. _group = [getMarkerPos _x, EAST, ["ADW_Pickup_PK_FSA "]] call BIS_fnc_spawnGroup;
  12.  
  13. [_group, getMarkerPos _x, 100] call BIS_fnc_taskPatrol;
  14. } forEach _auto;
  15.  
  16. {
  17. _group = [getMarkerPos _x, EAST, ["ADW_FSA_soldier","ADW_FSA_soldier_le","ADW_FSA_soldier_3","ADW_FSA_soldier_MG"]] call BIS_fnc_spawnGroup;
  18.  
  19. [_group, getMarkerPos _x, 100, 2, true] call CBA_fnc_taskDefend;
  20. } forEach _kkt;
  21.  
  22.  
  23. {
  24. _group = [getMarkerPos _x, EAST, ["ADW_FSA_soldier","ADW_FSA_soldier_AA "]] call BIS_fnc_spawnGroup;
  25.  
  26. [_group, getMarkerPos _x, 100, 2, true] call CBA_fnc_taskDefend;
  27. } forEach _aat;
  28.  
  29.  
  30. {
  31.  
  32. _group = [getMarkerPos _x, EAST, ["ADW_FSA_soldier_sg","ADW_FSA_soldier_3", "ADW_FSA_soldier_AR", "ADW_FSA_soldier_AT", "ADW_FSA_soldier_2"]] call BIS_fnc_spawnGroup;
  33.  
  34. [_group, getMarkerPos _x, 500] call BIS_fnc_taskPatrol;
  35. } forEach _partioivatRyhmat;
  36.  
  37.  
  38.  
  39.  
  40. {
  41. _group = [getMarkerPos _x, EAST, ["ADW_FSA_soldier","ADW_FSA_soldier_le","ADW_FSA_soldier_3","ADW_FSA_soldier_MG"]] call BIS_fnc_spawnGroup;
  42.  
  43. [_group, getMarkerPos _x, 100, 2, true] call CBA_fnc_taskDefend;
  44. } forEach _puolustavatRyhmat;
  45.  
  46.  
  47. {
  48.  
  49. _group = [getMarkerPos _x, RESISTANCE, ["TK_CIV_Takistani01_EP1", "TK_CIV_Takistani02_EP1", "TK_CIV_Takistani03_EP1","TK_CIV_Worker01_EP1"]] call BIS_fnc_spawnGroup;
  50.  
  51. [_group, getMarkerPos _x, 20] call BIS_fnc_taskPatrol;
  52. } forEach _siviilit1;
  53.  
  54. {
  55.  
  56. _group = [getMarkerPos _x, RESISTANCE, ["TK_CIV_Takistani05_EP1", "TK_CIV_Takistani06_EP1", "TK_CIV_Takistani03_EP1","TK_CIV_Worker02_EP1"]] call BIS_fnc_spawnGroup;
  57.  
  58. [_group, getMarkerPos _x, 20] call BIS_fnc_taskPatrol;
  59. } forEach _siviilit2;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement