warning 213: tag mismatch (Problem with Enum)
#1

Hi! help me please.

Код:
enum flInfo
{
 Float:EnterX,
 Float:EnterY,
 Folat:EnterZ,
 Folat:CarX,
 Folat:CarY,
 Folat:CarZ,
 Folat:CarC,
 fID,
 Etazh,
 fPickUp,
 LastVirtID
};
new FI[1000][flInfo];
than I do this:
Код:
sscanf(res,"p<|>dfffdffffd",
    FI[idx][fID],
	FI[idx][EnterX],
	FI[idx][EnterY],
	FI[idx][EnterZ],
	FI[idx][Etazh],
	FI[idx][CarX],
	FI[idx][CarY],
	FI[idx][CarZ],
	FI[idx][CarC],
	FI[idx][LastVirtID]);
    FI[idx][fPickUp] = CreateDynamicPickup(1318,23,FI[idx][EnterX],FI[idx][EnterY],FI[idx][EnterZ]);
    new str[128];
    format(str,sizeof(str),"Ìíîãîêâàðòèðíûé äîì\nÍîìåð ïîäúåçäà %d",FI[idx][fID]);
    CreateDynamic3DTextLabel(str,0x2a52beDD,FI[idx][EnterX],FI[idx][EnterY],FI[idx][EnterZ],10);
and have warning - warning 213: tag mismatch in FLOAT type. Why?
Reply
#2

Car color is an integer btw.
Reply
#3

Quote:
Originally Posted by Mr_DjolE
Посмотреть сообщение
Car color is an integer btw.
CARC - Angle )
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)