Fast problem please
#1

(920) : warning 213: tag mismatch

at this line
PHP код:
            DestroyDynamic3DTextLabel(PickUpInfo[i][pcobject]); 
is created like that
PHP код:
    PickUpInfo[i][pcobject] = CreateDynamic3DTextLabel(PickUpInfo[i][pcText],COLOR_GRAD4,PickUpInfo[i][pcPosX],    PickUpInfo[i][pcPosY],    PickUpInfo[i][pcPosZ],     PickUpInfo[i][pcDistance]); 
why ?? what is wrong
Reply
#2

Show us the declaration of 'PickUpInfo' and the enumerator it uses.
Reply
#3

When you create the variable pcobject check if you declared like that
Text3D: pcobject
Reply
#4

thanks, i forgot to put Text3D
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)