Question about array with strings
#2

pawn Код:
Create3DTextLabel(Move3DText[editobjnum],PURPLE,fX,fY,fZ);
This one here I think, there are more parameters you must enter.

pawn Код:
(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS)
You're not inputting the draw distance, virtual world, and test line of site.

Try

pawn Код:
Create3DTextLabel(Move3DText[editobjnum],PURPLE,fX,fY,fZ, 300.00, -1, 1);
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: 1 Guest(s)