ricnunes 0 Posted January 23, 2011 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
pettka 694 Posted January 24, 2011 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
celery 8 Posted January 24, 2011 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
ricnunes 0 Posted January 25, 2011 Thanks for the replies :) Share this post Link to post Share on other sites