warning 213: tag mismatch
#1

Hello x)
I wanna sort 3DTextLabels so I can delete one of them during the game. Everything was ok:
Код:
Create3DTextLabel(string, -1, Bizz[i][X],Bizz[i][Y],Bizz[i][Z], 5,0,0);
And then I added this:
Код:
new BizzT[23];  // - global variable
.
.
.
BizzT[i] = Create3DTextLabel(string, -1, Bizz[i][X],Bizz[i][Y],Bizz[i][Z], 5,0,0); // - When loading shops...
Warning line is the last one

EDIT: Found it. Forgot this one
Код:
new Text3D:BizzT[23];
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)