hey guys I got a problem,but don’t now how to solve it:
i want to reload,but someone shots on me,so i want to switch gun, during the reload to cancel it,but my gun disappears,I must wait reload time,I hear the sound of reload,on 3rd person view I’m reloading.And after, it finally switches weapon.But when i come back to the previous weapon it was not reloaded!!! Some i’ve got a double question: how can I force the switch anim to play no matter what i am doing? Or if this is not possible then how to make the reload correctly work if i switched gun during it?
Here the Video:
http://de.xfire.com/video/27737e/
Here the code:
cg_weapons:
Search to:
// Don’t try to switch when in the middle of reloading.
if ( cg.snap->ps.weaponstate == WEAPON_RELOADING )
return;
and change it too:
// Don’t try to switch when in the middle of reloading.
// if ( cg.snap->ps.weaponstate == WEAPON_RELOADING )
// return;
Greetz sCenna
:stroggtapir:
)