Not sure, but I always laugh when I see code like

if ( g_Language.GetInt() == LANGUAGE_GERMAN )
        {
                m_iGibModelIndex = PrecacheModel ("models/germanygibs.mdl");
        }
        else
        {
                m_iGibModelIndex = PrecacheModel ("models/gibs/hgibs.mdl");
        }

that what you're looking for?

> I was looking in the engine header files but couldn't see a function which
> would return this value. Does any one know how to get it?
>
> Mark
>
> Perfect Dark Source
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlcoders
>
>
>



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

Reply via email to