09.12.2009, 21:02
Hi, i'm trying to make this code work. The warnings I get are:
These are the two lines that show this warning:
This is the whole Function:
Anyone see why im getting the warning?
Код:
tag mismatch
Код:
Delete3DTextLabel(ID); ID = Create3DTextLabel(string,0x008080FF,NewX,NewY,NewZ,40.0,0, 1);
Код:
public Move3DTextLabel(ID, string[], color, Float:NewX, Float:NewY, Float:NewZ) { Delete3DTextLabel(ID); ID = Create3DTextLabel(string,0x008080FF,NewX,NewY,NewZ,40.0,0, 1); }