Cell Label
#1

Hello once again,
I'm having problem with labels.
The cell ID i created is starting up to ID 0 up to ID 2.
However, The i notice that the label of cell ID 0 is not being created only in Cell ID 1 and Cell ID 2.

I've try this

pawn Код:
if(x == 0) cInfo[x+1][Label] = Create3DTextLabel(string, COLOR_YELLOW, cInfo[x][eX][0], cInfo[x][eX][1], cInfo[x][eX][2] + 0.75, 30.0, 0, 0);
                else cInfo[x][Label] = Create3DTextLabel(string, COLOR_YELLOW, cInfo[x][eX][0], cInfo[x][eX][1], cInfo[x][eX][2] + 0.75, 30.0, 0, 0);
But not working.

Any ideas?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)