Tag mismatch
I get a tag mismatch on this:
Code:
And here is the variable: Code:
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 |
Re: Tag mismatch
God nm, two seconds after posting this I releasized what my error was and fixed it.
|
Re: Tag mismatch
Quote:
|
Re: Tag mismatch
Code:
precache_model(gWeaponModel[i][j]);Code:
precache_model(gWeaponModel[i][WeaponModel:j]);Code:
precache_model(gWeaponModel[i][_:j]); |
Re: Tag mismatch
Bingo (2nd).
|
Re: Tag mismatch
That's a nasty one to catch indeed.
|
| All times are GMT -4. The time now is 04:47. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.