Forum posts

Posted 11 years ago2013-01-07 08:23:10 UTC
in coding to add reload animation in hl 1 m Post #312081
yes i already have the animation on my player model, but when i play on HL my player model doesnt show reload animation, anyone know coding for reload animation ?
Posted 11 years ago2013-01-06 21:49:31 UTC
in coding to add reload animation in hl 1 m Post #312066
how to add reload animation hl 1 mod , because half life 1 doesnt have reload animation ( on player.mdl ) i wanna reload animation just look like on svencoop
Posted 11 years ago2012-12-30 15:10:34 UTC
in HL SDK and 9 blend animations Post #311933
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)'