Jump to content

pdg1264

Member
  • Posts

    8
  • Joined

  • Last visited

Posts posted by pdg1264

  1. Hello i have a problem

    Serwer dont loading objects from db
     

    2015/12/01, 18:03:12 Error in expression <og format["FOUND %1 OBJECTS", str(count _objectArray)];
    _totalvehicles = 0;
    {
    >
    2015/12/01, 18:03:12   Error position: <_objectArray)];


    _totalvehicles = 0;
    {
    >
    2015/12/01, 18:03:12   Error Undefined variable in expression: _objectarray
    2015/12/01, 18:03:12 File z\addons\dayz_server\system\server_monitor.sqf, line 60

     

    My serwer_monitor.sqf

    http://pastebin.com/SaNBLNnz

  2. I tried many ways and none worked

     

    My PBO files

     

    a3_epoch_server_zcp.pbo

     

    http://i.imgur.com/l2FBnjI.png

     

    epoch.Altis.pbo

     

    http://i.imgur.com/a1DlB90.png

     

    Adn my init.sqf

    if(hasInterface)then{execVM "semClient.sqf"};
    
    call compile preProcessFileLineNumbers "cmEarplugs\cm_veh_fun.sqf";
    
    [] execVM "custom\welcome.sqf";
    
    execVM "zcp.sqf";
    
    

    I did everything according to the instructions and still not work.

     

    Problem solved

  3. Hmm... Now i totaly i havo no idea hot i can install it.

     

    My "a3_epoch_server_zcp.pbo" 

     

    http://i.imgur.com/eV8ETxW.png

     

    and init.sqf

    if (isServer) then {
    	fn_getBuildingstospawnLoot = compile preProcessFileLineNumbers "LSpawner\fn_LSgetBuildingstospawnLoot.sqf"; 
    	LSdeleter = compile preProcessFileLineNumbers "LSpawner\LSdeleter.sqf";
    	execVM "LSpawner\Lootspawner.sqf";
    };
    
    if(hasInterface)then{execVM "semClient.sqf"};
    
    	execVM "zcp.sqf";
    
  4. Hello i have a problem with instalation this mod.

     

    I add the "a3_epoch_server_zcp" folder to .pbo file and namet it "a3_epoch_server_zcp.pbo"

     

    I too add "execVM "zcp.sqf";" to "init.sqf" and server logs say

    21:50:06 Warning Message: Script x\addons\a3_epoch_server_zcp\zcp\fn_init.sqf not found
    21:50:06 Warning Message: Script x\addons\a3_epoch_server_zcp\zcp\fn_config.sqf not found
    21:50:06 Warning Message: Script x\addons\a3_epoch_server_zcp\zcp\fn_missionLooper.sqf not found
    21:50:06 Warning Message: Script x\addons\a3_epoch_server_zcp\zcp\functions\fn_inDebug.sqf not found
    21:50:06 Warning Message: Script x\addons\a3_epoch_server_zcp\zcp\functions\fn_nearWater.sqf not found
    21:50:06 Warning Message: Script x\addons\a3_epoch_server_zcp\zcp\functions\fn_paraDrop.sqf not found
    21:50:06 Warning Message: Script x\addons\a3_epoch_server_zcp\zcp\functions\fn_start.sqf not found
    21:50:06 Warning Message: Script x\addons\a3_epoch_server_zcp\zcp\functions\fn_findPosition.sqf not found
    21:50:06 Warning Message: Script x\addons\a3_epoch_server_zcp\zcp\functions\fn_cleanupBase.sqf not found
    21:50:06 Warning Message: Script x\addons\a3_epoch_server_zcp\zcp\functions\fn_initCPData.sqf not found
    21:50:06 Warning Message: Script x\addons\a3_epoch_server_zcp\zcp\functions\fn_giveReward.sqf not found
    21:50:06 Warning Message: Script x\addons\a3_epoch_server_zcp\zcp\functions\fn_keepMarker.sqf not found
    21:50:06 Warning Message: Script x\addons\a3_epoch_server_zcp\zcp\functions\fn_createBase.sqf not found
    

    http://i.imgur.com/01sKTBq.png

     

    Sory for bad English

×
×
  • Create New...