Jump to content
Sign in to follow this  
ricnunes

What's the CRV7_PG magazine classname

Recommended Posts

Like the title says.

I can't find the CRV7_PG magazine classname (the rocket system that equips the AH-11 Wildcat that comes with BAF) and I only found a code that enables the player to know the weapon and ammo classname (after firing the weapon) but NOT the magazine classname.

So I would appreciate that someone posts here the CRV7_PG magazine classname. Thanks in advance...

Share this post


Link to post
Share on other sites
Like the title says.

I can't find the CRV7_PG magazine classname (the rocket system that equips the AH-11 Wildcat that comes with BAF) and I only found a code that enables the player to know the weapon and ammo classname (after firing the weapon) but NOT the magazine classname.

So I would appreciate that someone posts here the CRV7_PG magazine classname. Thanks in advance...

class 12Rnd_CRV7: ... // For Wildcat

{

count=12;

ammo=M_CRV7_AT;

...

};

Share this post


Link to post
Share on other sites

For future ease of adding vehicle weapons and magazines, try the addWeapon script in my sig. Only the weapon classname is needed.

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  

×