Jump to content
Sign in to follow this  
ClumsyBaron

Custom Skinned Huron....HELP

Recommended Posts

ok some im having trouble with my custom huron code it says when i start arma 3 up "S instead of ;" can you help me

class CfgPatches
{
	class Iron_Skulls_Huron
	{
		units[]={};
		weapons[]={};
		requiredVersion=0.1;
		requiredAddons[]={};
	};
};
class CfgVehicleClasses
{
	class Iron_Skulls_Huron
	{
		displayName="Iron Skulls Huron";
	};
};
class CfgVehicles
{
	class B_Heli_Transport_03_F;
	class Iron Skulls Huron: B_Heli_Transport_03_F
    {
		author="Clumsy Baron";
		_generalMacro="B_Heli_Transport_03_F";
		displayName="Iron Skulls Huron";
		vehicleClass="Iron_Skulls_Huron";
		faction="BLU_F";
		crew="B_Helipilot_F";
		availableForSupportTypes[]={"Drop","Transport"};
		side=1;
		scope=2;
		attendant=1;
		picture="-";
		icon="-";
		threat[]={0,0,0};
		class TransportItems
		{
			class _xx_FirstAidKit
			{
				name="FirstAidKit";
				count=20;
			};
			class _xx_Medikit
			{
				name="Medikit";
				count=10;
			};
		};
		hiddenSelectionsTextures[]={"\Arma3_Iron_Skulls_PMC_Huron\Data\pmc_huron_ext01_co.paa","\Arma3_Iron_Skulls_PMC_Huron\Data\pmc_huron_ext02_co.paa"};
   };
};
class cfgMods
{
	author="Clumsy Baron";
	timepacked="1437495037";
};

 

Share this post


Link to post
Share on other sites

I don’t think you can have spaces in the name of your helicopter class. Reading this on my phone and away from my pc but that would be an easy thing to change and test.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×