Code:
precache_model(gWeaponModel[i][j]);
->
Code:
precache_model(gWeaponModel[i][WeaponModel:j]);
or
Code:
precache_model(gWeaponModel[i][_:j]);
One of those should make it work fine for sure, I'm just not sure which. Probably the second.
__________________