In cod4, all model stuff starts in maps/mp/gametypes/_teams.gsc, in the function setPlayerModels().
It calls a bunch of mptype/*.gsc scripts's precache() function, which looks like this:



//...