SA-MP Forums Archive
Cell Label - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Cell Label (/showthread.php?tid=447002)



Cell Label - JaKe Elite - 28.06.2013

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?