SA-MP Forums Archive
Text3D Mixing - Help 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: Text3D Mixing - Help please. (/showthread.php?tid=537539)



Text3D Mixing - Help please. - Ready - 16.09.2014

Hi guys,

I'm have a Text3D Mixing problem. The problem is my server textdraw,3dtextlabels mixing.

And my server entered more players sometimes dont show or dont created textdraws.

Some vehicle mixing problem.
PHP код:
new Text3D:BackText[MAX_VEHICLES];
if(
AracSistemi[AracID[playerid]][ArkaYaziVar] == 1)
{
                         
Delete3DTextLabel(ArkaTamponYazi[AracID[playerid]]);
}
                              
format(AracSistemi[AracID[playerid]][ArkaYazi],100,"%s",inputtext);
                        
BackText[AracID[playerid]] = Create3DTextLabel(inputtext0xFFFFFFFFPXPYPZ+113.0GetPlayerVirtualWorld(playerid), 1);
                        
Attach3DTextLabelToVehicle(BackText[AracID[playerid]], AracID[playerid], 0.0-0.70.0-2.70.0);
                              
AracSistemi[AracID[playerid]][ArkaYaziVar] = 1;
BilgiMesajiGonder(playerid,"Updated.");