Jump to content

Hyperion

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Hyperion

  1. Hello,

    I've installed this today and it seems to work but I have some problems. If I try to spawn a bike without the needed items I get the message: "Missing 1 more of ". With the items I still get the same message.

    When I try to deploy a Motocykle it shows nothing. It doesn't show me what items I need or which are missing. Not even this message "Missing 1 more of ".

    The only thing I can deploy is the Mozzie. This can show me what items are missing and I can deploy a Mozzie when I have the needed items. But I can't pack it. 

    8b9dc0c996.png

    //////////////////////////////////////////////////////////////////////////////////////////
    //                                     Configuration                                    //
    //////////////////////////////////////////////////////////////////////////////////////////
    
    // Do you want vehicles to be sold at traders?
    EVDSellVehicles = false;
    
    //////////////////////////////////////////////////////////////////////////////////////////
    //                                   Common Functions                                   //
    //////////////////////////////////////////////////////////////////////////////////////////
    EVDGetMaterials = {
    	private ["_type","_materials"];
    
    	_type = _this select 0;
    
    	switch (_type) do {
    		case "MMT_Civ":		{ _materials = [["ItemCompass", 1], ["ItemWatch", 1]]; };
    		case "TT650_Civ":	{ _materials = [["PartEngine", 1], ["PartWheel", 1]]; };
    		case "CSJ_GyroC":	{ _materials = [["PartVRotor", 1], ["PartGeneric", 1]]; };
    	};
    
    	_materials;
    };
    
    
×
×
  • Create New...