Jump to content

ScimitarScimitar

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by ScimitarScimitar

  1. I am using WAI, not sure what version. All I changed in this scipt were the cords.
     
    if (isServer) then {
     
    //Bandit Base
    _vehicle_103768 = objNull;
    if (true) then
    {
      _this = createVehicle ["USSpecialWeaponsBox", [13182.3, 10739.8, 0.00457960], [], 0, "CAN_COLLIDE"];
      _vehicle_103768 = _this;
      _this setDir -182.5;
      _vehicle_103768 setVariable ["ObjectID","1",true];
      _vehicle_103768 setVariable ["permaLoot",true];
      //Clear Cargo
      clearweaponcargoGlobal _this;
      clearmagazinecargoGlobal _this;
      //Add Cargo
      _this addWeaponCargoGlobal ["vil_SR25",1];
      _this addWeaponCargoGlobal ["FHQ_ACR_WDL_CCO_SD",1];
      _this addWeaponCargoGlobal ["RH_m1911sd",1];
      _this addWeaponCargoGlobal ["RH_hk416sdaim",1];
      _this addWeaponCargoGlobal ["Binocular_Vector",1];
      _this addWeaponCargoGlobal ["RH_HK416_Aim",1];
      _this addWeaponCargoGlobal ["RH_m14aim",1];
     
      _this addmagazineCargoGlobal ["20Rnd_762x51_DMR",3];
      _this addmagazineCargoGlobal ["FHQ_rem_30Rnd_680x43_ACR_SD",2];
      _this addmagazineCargoGlobal ["30Rnd_556x45_Stanag",3];
      _this addmagazineCargoGlobal ["RH_8Rnd_45cal_m1911",2];  
      _this addmagazineCargoGlobal ["30Rnd_556x45_StanagSD",2];  
      _this addmagazineCargoGlobal ["ItemGoldBar",5];
      _this addmagazineCargoGlobal ["ItemWaterbottleBoiled",5];
      _this addmagazineCargoGlobal ["ItemBriefcase100oz",1];
      _this addmagazineCargoGlobal ["Skin_Sniper1_DZ",2];  
      _this addmagazineCargoGlobal ["ItemAntibiotic",5];
      _this addmagazineCargoGlobal ["ItemPainkiller",5];  
      _this addmagazineCargoGlobal ["FoodMRE",5];
      _this addmagazineCargoGlobal ["ItemBandage",10];
      _this addmagazineCargoGlobal ["ItemBloodbag",5];
      _this addmagazineCargoGlobal ["ItemMorphine",5];
     
      _this addbackpackCargoGlobal ["DZ_largeGunBag_EP1",1];
      _this setPos [13182.3, 10739.8, 0.00457960];
    };
     
    };
     
     
    [] execVM "\z\addons\dayz_server\compile\addons\novylugbase.sqf";
    [] execVM "\z\addons\dayz_server\compile\addons\Moglevka.sqf";
    [] execVM "\z\addons\dayz_server\compile\addons\blackforestoutpost.sqf";
    [] execVM "\z\addons\dayz_server\compile\addons\basebor.sqf";
    [] execVM "\z\addons\dayz_server\compile\addons\basedichina.sqf";
    [] execVM "\z\addons\dayz_server\compile\addons\basenovy.sqf";
    [] execVM "\z\addons\dayz_server\compile\addons\skalistybase.sqf";
    [] execVM "\z\addons\dayz_server\compile\addons\kamenkaupdated.sqf";
    [] execVM "\z\addons\dayz_server\compile\addons\Eastcoast2.sqf";
    [] execVM "\z\addons\dayz_server\compile\addons\ZELCUSTOMSUPERMARKET.sqf";
    [] execVM "\z\addons\dayz_server\compile\addons\epochbalota.sqf";
    [] execVM "\z\addons\dayz_server\compile\addons\nwaf.sqf";
    [] execVM "\z\addons\dayz_server\compile\addons\stary.sqf";
    [] execVM "\z\addons\dayz_server\compile\addons\chernoelektroandberezinoenhance.sqf";
    [] execVM "\z\addons\dayz_server\compile\addons\newscript1.sqf";
  2. Hi Syco,

     

    I believe I have entered your script correctly, but after a restart the server sits at waiting for host.  After I take it out the server fuctions properly again.  If you could offer any help that would be great.

     

     

    Thanks 

     

     

×
×
  • Create New...