Jump to content
Sign in to follow this  
Mladja-ArmASerbia

proxy problem

Recommended Posts

I have 4 proxy weapons on my plane.

\CA\a10\AGM65
\CA\a10\AGM65
\CA\air\aim9xsidewinder
\CA\air\aim9xsidewinder

But when i put AGM in magazine of my plane he put AGM on every proxy even if i put 2rnd mavercs ..... other two proxy are for r73 but when shoot from r73 rocket fall from center of plane. When shoot from maverics he use two proxies for one shoot.

I have CfgNonAIVehicles

class CfgNonAIVehicles
{
class ProxyWeapon;
class ProxyAGM65: ProxyWeapon
{
	model = "\CA\a10\AGM65";
	simulation = "maverickweapon";
};
class Proxyaim9xsidewinder: ProxyWeapon
{
	model = "\CA\air3\su34\r73_proxy";
	simulation = "maverickweapon";
};
};

Share this post


Link to post
Share on other sites

The proxy number (inside O2) is most important and then the order in which you define/load magazines next importance.

The name of the proxy makes no difference to what can and does hang there/launch from there.

Your proxies should be name 001 to 004

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  

×