#Wucas
I think you don't understand my question. Sorry for my english... 
I already made the animation.
I want to the medkit that the user throw in the map, has animation, I already saw in some gunz games, like the box of mission, when throw in the map, it open.
I tried this:
worlditem.xml
Code:
<WORLDITEM id="186" name="macaco2">
<TYPE>hpap</TYPE>
<AMOUNT>19</AMOUNT>
<MODELNAME>macaco2</MODELNAME>
</WORLDITEM>
<AddWorldItemElu name ="macaco2">
<AddBaseModel name ="macaco2" filename="model/worlditem/rei/macaco2.elu"/>
<AddAnimation name="play" filename="model/worlditem/rei/macaco2.elu.ani" motion_type="0" motion_loop_type="loop" />
</AddWorldItemElu>
weapon.xml
Code:
<AddWeaponElu name="macaco2" weapon_motion_type = "8" weapon_type = "12" >
<AddBaseModel name="macaco2" filename="model/worlditem/rei/macaco2.elu" />
</AddWeaponElu>
But when you throw the medkit, the animation doesn't work.