anyone know how to use player model with 9 blend animations for HL 1 MOD ? example use cs 1.6 model player for HLDM mod, i got reference from here = http://am.half-lifecreations.com/forums/index.php?topic=598.0
but when i try rebuild i got error, i use hlsdk23 msvc 2008. help please

error ???
2>c:documents and settingsgothdesktopcopy of src_dllcl_dllgamestudiomodelrenderer.cpp(646) : error C2666: 'fmod' : 3 overloads have similar conversions
2> c:program filesmicrosoft visual studio 9.0vcincludemath.h(561): could be 'long double fmod(long double,long double)'
2> c:program filesmicrosoft visual studio 9.0vcincludemath.h(513): or 'float fmod(float,float)'
2> c:program filesmicrosoft visual studio 9.0vcincludemath.h(120): or 'double fmod(double,double)'
2> while trying to match the argument list '(float, double)'