Create3DTextLabel ??
#1

So i want to create a Create3DTextLabel with a dialog.
so i do
pawn Код:
new textString3D[98];
format(textString3D,sizeof(textString3D),"%s",inputtext);
TextNo = Create3DTextLabel(textString3D,COLOR_WHITE,X,Y,Z,50.0,0,0);
TextNo++;
and the when i want to remove it(this is the problem)
pawn Код:
TextNo = strval(inputtext);//But that would make it (warning 213: tag mismatch)
Delete3DTextLabel(TextNo);
TextNo--;
Reply


Messages In This Thread
Create3DTextLabel ?? - by park4bmx - 23.02.2011, 15:46
Re: Create3DTextLabel ?? - by BMUK - 23.02.2011, 16:12
Re: Create3DTextLabel ?? - by Jeffry - 23.02.2011, 16:16
Re: Create3DTextLabel ?? - by park4bmx - 23.02.2011, 16:17
Re: Create3DTextLabel ?? - by Jeffry - 23.02.2011, 16:19
Re: Create3DTextLabel ?? - by park4bmx - 23.02.2011, 16:31
Re: Create3DTextLabel ?? - by Jeffry - 23.02.2011, 17:14

Forum Jump:


Users browsing this thread: 1 Guest(s)