I get a tag mismatch on this:
Code:
precache_model(gWeaponModel[i][j]);
And here is the variable:
Code:
new const gWeaponModel[MAX_WEAPONS][WeaponModel][] =
{
{"models/v_newdeagle.mdl", "models/p_newdeagle.mdl", "models/w_newdeagle.mdl", "models/w_deagle.mdl"},
{"models/v_newscout.mdl", "models/p_newscout.mdl", "models/w_newscout.mdl", "models/w_scout.mdl"}
};
I can use it just fine everywhere else, just not on precache_model(). The problem is right probably right in my face but I can't seem to find it :/.
Thanks,
Zenith
__________________