Function suggestion: A configurable timer based announcer #13
wolf109909
started this conversation in
Ideas
Replies: 1 comment
|
In v2.2.0 you can go to OnPlayerSpawned and change the spawn message. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Like an Advertisement display, it can show configurable messages with inserts like %time% and %playername% and such. so we can have something spamming in game like current time, server name, welcome messages
example:
on left side of the screen it can show something like:
Welcome , %playername% !
You are now playing on "some server name"
Current time: %time%
join our community at “some link or name maybe”
for every few seconds or minutes maybe.
and like use this with a randomizer you can define like multiple messages to display, and each time the timer triggers to display something it can choose a random one from the defined messages. like displaying rules and some other advertisement shit maybe
All reactions