Talk:Legs in Firstperson: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Player Model not showing in FirstPerson)
 
Line 6: Line 6:
  MDLCACHE_CRITICAL_SECTION();  (identifier not found)
  MDLCACHE_CRITICAL_SECTION();  (identifier not found)
So I had to remove it.
So I had to remove it.
-- I just tried to implement this into my 2013 port and it does not work. I know biohazard has some nice code in his fork of Source 2013 on github [https://github.com/Biohazard90/g-string_2013/commit/f2ee1fed2285ba88ce6c86bce9d26e2107bf92f5 here]. I don't know if he'll let us use it though :/
--[[User:ExoBacon|ExoBacon]] 19:55, 26 January 2014 (PST)

Revision as of 20:55, 26 January 2014

Player Model not showing in FirstPerson

I Followed the tutorial and compiled with no errors, but ingame I cant see legs in first-person? (i can see the player model in thirdperson) Would a ThirdPerson Modification cause this, because I recently implemented a third person Modification in my code. The only error I've had involves this:

MDLCACHE_CRITICAL_SECTION();  (identifier not found)

So I had to remove it.

-- I just tried to implement this into my 2013 port and it does not work. I know biohazard has some nice code in his fork of Source 2013 on github here. I don't know if he'll let us use it though :/ --ExoBacon 19:55, 26 January 2014 (PST)