Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. _rusmil1= [getmarkerpos "e1", EAST, ["RHS_MSV_Rifleman","RHS_MSV_Grenadier","RHS_MSV_Grenadier","RHS_MSV_Sergeant","RHS_MSV_Rifleman","RHS_MSV_Rifleman","RHS_MSV_Rifleman"],[],[],[],[],[],180] call BIS_fnc_spawnGroup;
  2.  
  3. _cwp1a = _rusmil1 addWaypoint [getmarkerpos "cattackm1", 0];
  4. _cwp1a setWaypointType "MOVE";
  5. _cwp1a setWaypointSpeed "LIMITED";
  6. _cwp1a setWaypointCombatMode "RED";
  7. _cwp1a setWaypointFormation "LINE";
  8.  
  9. _cwp1b = _rusmil1 addWaypoint [getmarkerpos "mv1b", 0];
  10. _cwp1b setWaypointType "MOVE";
  11. _cwp1b setWaypointSpeed "FULL";
  12. _cwp1b setWaypointCombatMode "RED";
  13. _cwp1b setWaypointFormation "LINE";
  14.  
  15. sleep 1;
  16.  
  17. _rusmil1a= [getmarkerpos "e2", EAST, ["RHS_MSV_Rifleman","RHS_MSV_Grenadier","RHS_MSV_Grenadier","RHS_MSV_Sergeant","RHS_MSV_Rifleman","RHS_MSV_Rifleman","RHS_MSV_Rifleman"],[],[],[],[],[],180] call BIS_fnc_spawnGroup;
  18. _cwp2a = _rusmil1a addWaypoint [getmarkerpos "cattackm2", 0];
  19. _cwp2a setWaypointType "MOVE";
  20. _cwp2a setWaypointSpeed "LIMITED";
  21. _cwp2a setWaypointCombatMode "RED";
  22. _cwp2a setWaypointFormation "LINE";
  23.  
  24. _cwp2b = _rusmil1a addWaypoint [getmarkerpos "mv1b", 0];
  25. _cwp2b setWaypointType "MOVE";
  26. _cwp2b setWaypointSpeed "FULL";
  27. _cwp2b setWaypointCombatMode "RED";
  28. _cwp2b setWaypointFormation "LINE";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement