SA-MP Forums Archive
Fast problem please - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Fast problem please (/showthread.php?tid=598931)



Fast problem please - Mister0 - 18.01.2016

(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


Re: Fast problem please - Crayder - 18.01.2016

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


Re: Fast problem please - zeth98 - 18.01.2016

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


Re: Fast problem please - Mister0 - 18.01.2016

thanks, i forgot to put Text3D