iCEtIMed

biedi example

Apr 27th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. activateAddons [
  2. "map_eu",
  3. "aif_arma1buildings"
  4. ];
  5.  
  6. activateAddons ["map_eu", "aif_arma1buildings"];
  7. initAmbientLife;
  8.  
  9. _this = createCenter west;
  10. _center_0 = _this;
  11.  
  12. _group_0 = createGroup _center_0;
  13.  
  14. _vehicle_8 = objNull;
  15. if (true) then
  16. {
  17. _this = createVehicle ["MAP_grav_30_25", [6555.918, 3445.3281, -0.00020980835], [], 0, "CAN_COLLIDE"];
  18. _vehicle_8 = _this;
  19. _this setDir -65.436943;
  20. _this setPos [6555.918, 3445.3281, -0.00020980835];
  21. };
  22.  
  23. processInitCommands;
  24. runInitScript;
  25. finishMissionInit;
Advertisement
Add Comment
Please, Sign In to add comment