07.11.2010, 23:47
I Get These Warnings...
Segment Of Code Outputting These Warnings...
Varibles Involved...
If I Remove hLabel1[hid] & hLabel2[hid] I Get No Warnings, But I Need The ID's For Code Later On.
Quote:
***.pwn(151) : warning 213: tag mismatch ***.pwn(152) : warning 213: tag mismatch |
pawn Код:
hLabel1[hid] = Create3DTextLabel(out1, white, hPickupX[hid], hPickupY[hid], hPickupZ[hid] + 1.25, 25, 0, 2);
hLabel2[hid] = Create3DTextLabel(out2, white, hPickupX[hid], hPickupY[hid], hPickupZ[hid] + 0.75, 25, 0, 2);
pawn Код:
#define MAX_HOUSES 200
new Float:hPickupX[MAX_HOUSES];
new Float:hPickupY[MAX_HOUSES];
new Float:hPickupZ[MAX_HOUSES];
new hLabel1[MAX_HOUSES];
new hLabel2[MAX_HOUSES];