Forum

ASSIST, AMERICA'S ARMY COMMUNITY - RELIVE THE GLORY DAYS OF AMERICA'S ARMY 2.5

Author Topic: server question  (Read 1068 times)

0 Members and 1 Guest are viewing this topic.

Offline K!ller

server question
« on: Monday, February 11, 2013, 06:46:24 AM »
Hi I have a server hosted by lowpingservers.
And i was wondering how to get scrolling text like rules and things in the chat ?
What do I have to modify??

Greetings
Christoffer

Offline zjapske

Re: server question
« Reply #1 on: Monday, February 11, 2013, 13:25:09 PM »
PB Tasks

pb_sv_task <start-seconds> <optional-run-every-seconds> - This allows server admins to set a task starting from a specified time in seconds and then running again every x seconds there after. If no re-run value is specified then the task is only run once. This feature is not limited to PB functions and can run in-game functions as well. You may use more than one task if you like. Example:

    pb_sv_task 10 300 say ^3Visit us at www.yourwebsite.com
    pb_sv_task 15 305 say ^5Email server admins: [email protected]
    pb_sv_task 700 "pb_sv_bindsrch com_maxfps"
    pb_sv_task 700 "pb_sv_bindsrch m_pitch"

This will spam your two messages on screen and re run them at the specified times. The last two will run a bind-cvar check once only.

pb_sv_tlist - Shows what tasks you have running and shows you what slot number each task is assigned to.

pb_sv_taskdel <slot#> - Deletes a task in your list of tasks by slot number. This is useful in keeping multiple tasks from piling up and repeating themselves. In your pbsv.cfg you should insert this command right before your list of tasks to make sure you start off clear. Example:

    pb_sv_TaskDel 1
    pb_sv_TaskDel 2
    pb_sv_TaskDel 3
    pb_sv_TaskDel 4

Offline K!ller

Re: server question
« Reply #2 on: Monday, February 11, 2013, 14:47:51 PM »
Okey so if i want more i put like:

pb_sv_task 10 300 say ^3Visit us at ....
pb_sv_task 15 305 say ^5Email server admin: .....
pb_sv_task 20 310 say ^7These are the rules....
and so on?
but in witch file do i put them when i have aa25.ini pb/pbsvgame and pb/pbsvuser???

Offline [SWISS]Merlin

Re: server question
« Reply #3 on: Tuesday, February 12, 2013, 11:54:12 AM »
here:
armyops\system\pb

the filename has to be:
ServerMessage.cfg

 

Download Assist

×

Download Game Client

Important: Battletracker no longer exists. However, old Battletracker accounts may still work. You can create a new 25Assist account here

Download Server Manager