I have seen some custom messages popup when connected to servers that give the email, website, and general info about a server every so many minutes. I know certain game mods such as "scq3a" can do this, but is there a command to input into pb's cfg that will generate this as well?
Not referencing the motd, basically chat messages every 5 mnutes as an example...from pb.
Thx
Punkbuster Spam
Punkbuster Spam
[color=Green]I Root 4 Chaos ![/color]
-
- Posts: 4022
- Joined: Sat Mar 12, 2005 6:24 pm
http://www.evenbalance.com/publications ... mmsettings:
pb_sv_task 1 300 "say ^7Your ^1message ^7here"PB_SV_Task [X] [Y] [command]
Adds a task to PB's Task List; The Task will be executed X seconds after entry and every Y seconds thereafter; use -1 for Y if a one-time task is desired; this can be used to execute game server commands as well as PB commands
PB_SV_TaskDel [task slot #]
Removes the task from PB's Task List that corresponds to the specified task slot #
PB_SV_TaskEmpty
Empties the list of Tasks in memory
PB_SV_TList
Displays a list of PB Tasks along with a task slot # for each task