Jump to content

Loudless

Member
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Loudless

  1. I have installed the Mods Epoch and Origins on my Server. Now i am trying to call pictures from the Origins mod folder, but i dont know the path.

     

    Epoch would be: \z\addons

    Origins: ?

     

    Sorry for my bad english ;)

     

    MfG

  2. I started like this:

     

    //place vehicle 
    _veh = createVehicle ["GLT_M300_LT",[22641.6,19706.7,0.001], [], 0, "CAN_COLLIDE"];
    _dir = 0;
    _veh setdir _dir;
    _veh setVariable ["malsar",1,true];
    _veh setpos [22641.6,19706.7,0.001];
    // Get position with ground
    _objPosition = getPosATL _veh;
    clearWeaponCargoGlobal  _veh;
    clearMagazineCargoGlobal  _veh;
    //Hive
    [_veh,[_dir,_objPosition],"GLT_M300_LT",true,"0"] call server_publishVeh;
×
×
  • Create New...