How many welcome message?

Started by Kierrip, March 31, 2017, 03:13:18 PM

Previous topic - Next topic

Kierrip

Hello,
I would like to know how i could send a welcome message that is for example just showing 20 times.
On their firt 20 connexion they see it and after they don't see it anymore
It seems to be possible into :
"A comma separated list (without spaces) of the total connection count (it is the same value as %CLIENT_TOTALCONNECTIONS% at the welcome message), when this message should be send to the client. Set this to -1 to show it every time. Ranges like 1-100, -20 (means 20 or less) or 100- (means 100 or more) are also possible."

But i tried "5" thinking it should work 5 times
I tried 1-5 thinking i needed a list
i tried -5

Anyway i try many things but so far just "-1" is working.
How i am suppose to make it works?
Thanks you

Stefan1200

That would work and means the same:
1,2,3,4,5
1-5
-5

But don't forget that not the bot is counting the connections. The value from the TS3 server is used. Above example means the first five connections of this client to the TS3 server will get this welcome message. Just test it by creating a new TS3 identity.