3D Text Label chances of appearing are completely random
#1

I have 2 3D Text Labels on an island, fairly close to each other (but cannot be seen at the same time with 40 stream distance).
The first 3D Text Label in the script, at first, would not appear at all.
However, the second 3D Text Label appears just fine.

I didn't really mess with it as I was about to goto bed, so I left it.
But then today when I went to test it, they both worked, and I had not touched the script.

I came back later (the server had been restarted a few times but no script changes) and the 1st one had disappeared again and the second one was still there. At this point I was thinking that it was completely up to what the server felt like for the 3D Text Label to appear, so I waited a while (restarts again) and it had appeared again.

Is there some specific reason for this?
Here are the lines if it makes any difference:

pawn Код:
Create3DTextLabel("Label 1", 0x008080FF, 6175.2930, -6720.7148, 7.0200, 40.0, 0, 0);
Create3DTextLabel("Label 2", 0x008080FF, 6099.6431, -6720.7148, 7.0200, 40.0, 0, 0);
Reply
#2

May be you create two-much 3DTextLabel
or
you have some loop like this
OnPlayerConnect
or
OnPlayerSpawn
and after some time it create so much 3DTextLabel on one place.
Reply
#3

Not enought code provided.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)