28.06.2013, 10:16
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
But not working.
Any ideas?
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);
Any ideas?