Advertisement
Darihon

bank

Jun 7th, 2014
2,584
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. if (isServer) then {
  2. _vehicle_25 = objNull;
  3. if (true) then
  4. {
  5. _this = createVehicle ["mbg_apartments_big_01_EO", [7015.519, 7648.2021, 9.1552734e-005], [], 0, "CAN_COLLIDE"];
  6. _vehicle_25 = _this;
  7. _this setDir 253.89417;
  8. _this setPos [7015.519, 7648.2021, 9.1552734e-005];
  9. };
  10.  
  11. _vehicle_26 = objNull;
  12. if (true) then
  13. {
  14. _this = createVehicle ["Desk", [7018.75, 7655.4258], [], 0, "CAN_COLLIDE"];
  15. _vehicle_26 = _this;
  16. _this setDir 164.74934;
  17. _this setPos [7018.75, 7655.4258];
  18. };
  19.  
  20. _vehicle_27 = objNull;
  21. if (true) then
  22. {
  23. _this = createVehicle ["Notebook", [7018.7305, 7655.478, 0.81960905], [], 0, "CAN_COLLIDE"];
  24. _vehicle_27 = _this;
  25. _this setDir 164.55562;
  26. _this setPos [7018.7305, 7655.478, 0.81960905];
  27. _this addAction["Rob the Bank", "rob\robbank.sqf"];
  28. };
  29. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement