wld427 1705 Posted January 27, 2009 anyone know hoe to get rid of this? <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> Old style reload used in bin\config.bin/CfgVehicles/PRACS_puma330_CIV/AnimationSources/ Old style reload used in bin\config.bin/CfgVehicles/PRACS_puma330/AnimationSources/ Old style reload used in bin\config.bin/CfgVehicles/PRACS_puma330/AnimationSources/ Old style reload used in bin\config.bin/CfgVehicles/PRACS_puma330/AnimationSources/ Old style reload used in bin\config.bin/CfgVehicles/PRACS_puma330/AnimationSources/ Share this post Link to post Share on other sites
.kju 3245 Posted January 27, 2009 maybe post that part of the code Share this post Link to post Share on other sites
wld427 1705 Posted January 28, 2009 what portion would you like to see...... everything works but thats the RPT message Share this post Link to post Share on other sites
soul_assassin 1750 Posted January 28, 2009 The animationsources class from the cfgVehicles part of the config Share this post Link to post Share on other sites
wld427 1705 Posted January 28, 2009 The animationsources class from the cfgVehicles part of the config wilco <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class AnimationSources { class belt_rotation { source="reload"; weapon="M240_VEH"; }; Share this post Link to post Share on other sites
.kju 3245 Posted January 28, 2009 That part looks ok - what about your model.cfg? (cfgModels part) <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class DShKM: Weapon { class Animations { class ammo_belt_rotation { type="rotationX"; source="reload"; selection="ammo_belt"; axis="ammo_belt_axis"; memory=1; sourceAddress="loop"; minValue=0.000000; maxValue=0.003000; angle0=0.174533; angle1=0.000000; }; }; }; Share this post Link to post Share on other sites