In hl2_player.cpp I added the line in ::Precache():
PrecacheModel("models/barney.mdl");

And then in the ::spawn()   (same file hl2_player.cpp)
I changed the SetModel( "models/player.mdl" ); to:
SetModel( "models/barney.mdl" );

When I run the game and hit third person it doens't show any model.  Is
there more to this?

Thanks,
David


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to