So I've made a new weapon and weapon model and I can get it into the game like nobody's business. However, whenever I pull up the weapon in-game DP (via the console) tells me that I haven't precache'd the weapon and I should fix my code.
The thing is, I thought I precache'd the hell out of my weapon. In world.qc I added precache_model ("progs/v_mg.mdl");, and yet everytime I play Darkplaces says that I need to precache "progs/v_mg.mdl".
What am I missing?
