Warning: Tag mismatch
#1

tengo un warning que no sй el porquй la verdad, segъn mi visiуn jaja todo estб bien, pero seguro hay algo que se me escapa traten de ayudarme porfavor:

Код:
(784) : warning 213: tag mismatch
(801) : warning 213: tag mismatch
Код:
Textdwn[iD][etParticle][iDD][epTime][TD_ANIMATION_TYPE_POS] = (iDD*MAX_BASE_TIME_ANIMATION)*(-1);
Textdwn[iD][etTime][TD_ANIMATION_TYPE_POS] = (2*Textdwn[iD][etAngleF])/(velocity);
Lo que necesitan para tender el codigo:
Код:
new Textdwn[MAX_EVENTS_TDW][eTxtdwn];
new txtParticleSub[MAX_EVENTS_TDW][MAX_PARTICLE_FTDW][eParticledwn];

#define Textdwn[%0][etParticle][%1][%2] txtParticleSub[%0][%1][%2]
Код:
enum TypeAnimations
{
	ANIMATION_TYPE_POSPARENT,
	ANIMATION_TYPE_POS,
	ANIMATION_TYPE_COLOR,
	ANIMATION_TYPE_SIZE
};

enum eParticledwn
{
	//...
	Float: epTime[TypeAnimations],
	//...
};

enum eTxtdwn
{
	//...
	Float: etTime[TypeAnimations],
        //...
};
El problema estб en esto:
Код:
Textdwn[iD]--->[etTime][TD_ANIMATION_TYPE_POS]<--- = (2*Textdwn[iD][etAngleF])/(velocity);
PD: Sй lo que es ese warning, pero segъn veo mi cуdigo no hay error, y por eso quiero que me ayuden quizбs algo se me pasa por alto, algo que quizбs no sй aъn.
Reply


Messages In This Thread
Warning: Tag mismatch - by Jastak - 17.08.2017, 03:35
Re: Warning: Tag mismatch - by FlaNy - 17.08.2017, 03:50
Re: Warning: Tag mismatch - by Miguel - 17.08.2017, 04:05
Re: Warning: Tag mismatch - by Jastak - 17.08.2017, 04:16
Re: Warning: Tag mismatch - by Miguel - 18.08.2017, 00:59
Re: Warning: Tag mismatch - by Jastak - 18.08.2017, 16:30

Forum Jump:


Users browsing this thread: 1 Guest(s)