Jump to content

Totto005

Member
  • Posts

    161
  • Joined

  • Last visited

Posts posted by Totto005

  1. You sace this from 3d editor ? export.sqf ? My server dosent load the file :(

    private ["_objs"];

    _objs = [

    ["Land_Net_Fence_Gate_F",[21929.1,25025.3,-4.76837e-005],29.2397,[[0.488464,0.872584,0],[0,0,1]],false], ---- must set true ?

    ["Land_New_WiredFence_5m_F",[21937.8,25032.1,-3.24249e-005],29.2397,[[0.488464,0.872584,0],[0,0,1]],false],

    ];

    {

    private ["_obj"];

    _obj = createVehicle [_x select 0, [0,0,0], [], 0, "CAN_COLLIDE"];

    if (_x select 4) then {

    _obj setDir (_x select 2);

    _obj setPos (_x select 1);

    } else {

    _obj setPosATL (_x select 1);

    _obj setVectorDirAndUp (_x select 3);

    };

    } foreach _objs;

  2. The script dosent work on my Server.

    if(hasInterface)then{

    [] execVM "scripts\service\service_point.sqf";

    [] execVM "addons\paintshop\paintshop.sqf";

    };

    infistar've run there as something other than 6666?

    i have test many other option but nothing works :(

    but dosent Error log.And dosent work in game.

    I can not see whether the script is loaded with. or if I'm doing wrong in what game. Introduce yourself a vehicle and roll the mouse. did not happen. or am I doing something wrong?

    Sorry my english i am german

×
×
  • Create New...