16.09.2015, 13:59
Hello x)
I wanna sort 3DTextLabels so I can delete one of them during the game. Everything was ok:
And then I added this:
Warning line is the last one
EDIT: Found it. Forgot this one
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);
Код:
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...
EDIT: Found it. Forgot this one
Код:
new Text3D:BizzT[23];