3D TEXT LABELS Cause lagg
#1

Fixed the problem, I dont put them in OnPlayerConnect or it will make the labels everytime someone connects. so I put it under OnGameModeInIt

Reply
#2

Thats weird, its normally non transparent as used by most of the servers, however you can try defining the color instead and use string to apply colors like #define WHITE 0xFFFFFFFF and use just WHITE, i am not sure though.
Reply
#3

Can you show us where you create the labels? My guess is that you have created multiple labels on the one spot and they are causing you to lag. A single text label shouldn't be lagging anyone at all, and if it turns out you are creating like 100 labels on the same spot, you can expect some issues.
Reply
#4

Your text label is most likely looping and creating the same text more than once, probably over 150 + if it lags. Show me the code and I'll take a look at it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)