04.02.2013, 17:06
Hi! help me please.
than I do this:
and have warning - warning 213: tag mismatch in FLOAT type. Why?
Код:
enum flInfo { Float:EnterX, Float:EnterY, Folat:EnterZ, Folat:CarX, Folat:CarY, Folat:CarZ, Folat:CarC, fID, Etazh, fPickUp, LastVirtID }; new FI[1000][flInfo];
Код:
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);