Punkbuster Spam

Locked
Bueller
Posts: 124
Joined: Tue Feb 22, 2005 3:10 pm

Punkbuster Spam

Post by Bueller »

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
[color=Green]I Root 4 Chaos ![/color]
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Post by ^misantropia^ »

http://www.evenbalance.com/publications ... mmsettings:
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
pb_sv_task 1 300 "say ^7Your ^1message ^7here"
Bueller
Posts: 124
Joined: Tue Feb 22, 2005 3:10 pm

Post by Bueller »

Thx. works well.
[color=Green]I Root 4 Chaos ![/color]
Locked