Hello guys. its my problems
PHP Code:000007.494| !!! r3d_assert 'index>=0 && index < (int)m_LegsMeshes.size()' at .\Sources\ObjectsCode\WEAPONS\HeroConfig.cpp line 39
When entering the game.r3dMesh* HeroConfig::getLegMesh(int index) const{ r3d_assert(index>=0 && index < (int)m_LegsMeshes.size()); if(m_LegsMeshes[index] == 0) { char tmpBuf[512]; sprintf(tmpBuf, "%s_Legs_%02d.sco", m_BaseModelName, index+1); m_LegsMeshes[index] = r3dGOBAddMesh(tmpBuf, true, false, true, true ); if(m_LegsMeshes[index]==NULL) { r3dError("ART: failed to load mesh '%s'\n", tmpBuf); } r3d_assert(m_LegsMeshes[index]); } return m_LegsMeshes[index];}
P.S. - i use SRC by FrageDev v3
- - - Updated - - -
fixed. its my problem chars




Reply With Quote![[HELP] Client Crash](http://ragezone.com/hyper728.png)

