Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - tmalek

#1
Hello,

My idea is to create a new function, like the servergroupnotifymessages, most would be when a certain ServerGroup enters into a channel.

Example:

The servergroup 1 enters the support channel and servergroup 2 receives a notification about it.

Thanks  ;D
#2
Hello,
In JTS3servermod_server1.cfg have this option:

# Enable advertising, 0 = disable, 1 = send to virtual server, 2 = send to channel
advertising_enable = 0
# If mode 2 selected, set channel id to write advertising message into it
advertising_channel_id =
# Advertise every X minutes
advertising_repeat_time = 5
# Path to file which contains the advertising messages
advertising_file = config/advertising.cfg

How i change to send for ALL CHANNELS ? (Dont send to virtual server)
It's possible ?

Thanks.