Question about array with strings
#1

it give me this warning when I try to compile

Код:
warning 202: number of arguments does not match definition
warning 202: number of arguments does not match definition
Код:
Delete3DTextLabel(blocklabel[editobjnum]);
Create3DTextLabel(Move3DText[editobjnum],PURPLE,fX,fY,fZ);
Solved
I forgot the rest of the code they really should add better syntax highlighting

Код:
Create3DTextLabel(Move3DText[editobjnum],PURPLE,fX,fY,fZ,5.0,0,0);
I also for to add...
Код:
Delete3DTextLabel(blocklabel[editobjnum]);
blocklabel[editobjnum] = Create3DTextLabel(Move3DText[editobjnum],PURPLE,fX,fY,fZ,5.0,0,0);
because I would not be able to delete it again

c|:}
Reply


Messages In This Thread
Question about array with strings - by horsemeat - 12.03.2013, 21:28
Re: Question about array with strings - by Bicentric - 12.03.2013, 21:37
Re: Question about array with strings - by Denying - 12.03.2013, 21:45
Re: Question about array with strings - by Bicentric - 12.03.2013, 21:50
Re: Question about array with strings - by horsemeat - 13.03.2013, 02:28

Forum Jump:


Users browsing this thread: 2 Guest(s)