Move3DTextLabel(ID, string[], color, Float:NewX, Float:NewY, Float:NewZ)
#1

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


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)