Author Topic: Displaying An Endless Message  (Read 746 times)

Is it possible to display a message with events forever, so you can always see it?

With a VCE loop, yes. Otherwise no.  But it's easy to script your own event to do that.

I would post code if I were on a computer.

HUD prints should do it.

Not exactly an event, but you can put text on the screen forever, you can even make it display variables.

You can create a loop using relays.

What if he wants it to happen to all players that join the server instead of some stuff loop thats ingame?

NOEDIT: Kind of like a City RPG how there's text on the screen for all players all the time.

That would be the point of the loop. If you do a 10 second long bottomprint every 9 seconds, the display will always be there.

That would be the point of the loop. If you do a 10 second long bottomprint every 9 seconds, the display will always be there.
Default relays cannot target the client. That's why I mentioned a VCE loop.