Page 1 of 1
Punkbuster Spam
Posted: Sat Sep 10, 2005 10:33 pm
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
Posted: Sun Sep 11, 2005 10:44 am
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"
Posted: Sun Sep 11, 2005 11:10 am
by Bueller
Thx. works well.