Hi guys, I working on character select VGUI, this screen will called before the map start. So far I got it work nicely, But only one problem.
InitializeAsClientEntity( pszModelName,....) always return false and no character model is shown in the panel. I have to call the select screen while I'm in a map to have the model load and shown correctly. First I though its a precache problem. And I tried engine->LoadModel() ,but InitializeAsClientEntity( pszModelName,....) still return false. and no model is shown. How do I precache/load character model to use in the panel before the a game map is load? Plase help me out. Thanks in advance. _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

