Jump to content
Sign in to follow this  
fortune144

CfgVehicles UserAction

Recommended Posts

Hey there,

 

i made itmes which can be used in editor. But the the action "take" or "inventory" is not shown. How can i fix it?

 

class CfgVehicles {
	class Item_Base_F;
	class dItem : Item_Base_F {};
class Default_Item : dItem {
		scope = 2;
		scopeArsenal = 2;
		scopeCurator = 2;
		editorPreview= "\ui\default.paa";
		class TransportItems {
			class Default {
				name = "Default";
				count = 1;
			};
		};

		class UserActions
		{
			class xy
			{
				????
			};
		};

 

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  

×