18.12.2011, 02:09
(
Последний раз редактировалось Sledge; 19.12.2011 в 02:28.
)
Hi, I am having troubles with this code. The script gives me a warning say that it's a "Tag Mismatch." I don't see anything wrong with this snippet. Please help.
Also this code gives me the same warning:
pawn Код:
Houses[i][hTextLabel] = Create3DTextLabel(string, WHITE, Houses[i][hExteriorX], Houses[i][hExteriorY], Houses[i][hExteriorZ], 17, 0, 0);
pawn Код:
Update3DTextLabelText(Houses[h][hTextLabel], WHITE, string);