Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. if (isServer) then {
  2. _markerstr = createMarker["mr_loc_base",[0,0]];
  3. _markerstr setMarkerShape "ICON";
  4. "mr_loc_base" setMarkerPos getPos mpos_base;
  5. "mr_loc_base" setMarkerType "mil_flag";
  6. "mr_loc_base" setMarkerColor "ColorBlue";
  7. "mr_loc_base" setMarkerText " Empty US BASE - it seems to be safe ";
  8. deleteVehicle safe;
  9. };
  10.  
  11. if (!isDedicated) then {
  12. Bob sidechat "Some sort of Base, might be useful. Let's check it out";
  13. sleep 5;
  14. execVM "scripts\info.sqf";
  15.  
  16. if (player in TRIGGERNAME) then {
  17. diary bla;
  18. };
  19.  
  20. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement