SA-MP Forums Archive
Create3DTextLabel LAG ? - 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: Create3DTextLabel LAG ? (/showthread.php?tid=512975)



Create3DTextLabel LAG ? - Blackazur - 13.05.2014

Hello why this 3d text label lag?

Код:
new Text3D:evacuated[MAX_PLAYERS];
Код:
            evacuated[playerid] = Create3DTextLabel("Evacuated", 0xFF9900AA, 30.0, 40.0, 50.0, 40.0, 0);
		    Attach3DTextLabelToPlayer(evacuated[playerid], playerid, 0.0, 0.0, 0.7);



Re: Create3DTextLabel LAG ? - iZN - 13.05.2014

Are you creating it multiple times?


AW: Create3DTextLabel LAG ? - Blackazur - 13.05.2014

I dont know, if a player is evacuated he get this label over his head.


Re: AW: Create3DTextLabel LAG ? - iZN - 13.05.2014

Quote:
Originally Posted by Blackazur
Посмотреть сообщение
I dont know, if a player is evacuated he get this label over his head.
The lag is only causing because of the 3D Label, are you sure about this? 3D label works fine for everyone, there is no report related to lag. It could be an issue with the SA-MP limit I guess? because the limit for 3D text label is 1024, use streamer plugin if they're too much, like nearly 1000 (who knows). Or probably it's only you? It doesn't lag for others.