Page 1 of 1

banner question

Posted: Mon Nov 22, 2004 7:13 am
by gjrc
hi,

i want to my banner to display in the same place as when using \rcon say command.

is this possible through et pro or can it be scripted?


thanks


g

:)

Posted: Mon Nov 22, 2004 7:19 am
by Badhabit
http://bani.anime.net/etpro/adminguide.html
Server banners
Rotating server banners are enabled through the cvar b_banners, which specifies the number of banners to display.
If set to 0, it disables rotating banners.

Each banner is defined through the cvar b_bannern, where n is an integer from 1-999.

The location of the banners is defined through the cvar b_bannerlocation:
0 - Player chat area
1 - Left popup area (not recommended)
2 - Centerprint area (where, for example, the 'Arming dynamite...' message is displayed)
3 - Console only
4 - Banner area (the very top of the screen)
The time in seconds between banners is defined through the cvar b_bannertime

Example:
b_banners 3
b_bannerlocation 0
b_bannertime 30
set b_banner1 "This is banner number 1"
set b_banner2 "Banner number 2 is being displayed"
set b_banner3 "Now banner number 3 is shown"

Posted: Mon Nov 22, 2004 7:55 am
by gjrc
yeah but isnt console only when you bring down the console you can see the banners in there?

i tried it and that was the only place it showed?


thanks


g

Posted: Mon Nov 22, 2004 9:11 am
by gotenks
example.cfg wrote:// b_bannerlocation - Defines the locations where banners are printed
// add together the following values:
// 8 - player chat area 16 - left popup area (not recommended)
// 32 - centered above the chat area 64 - console only
// 128 - banner area (recommended)
// For compatibility, the old-style locations (from 0-4) are also supported.
// The client defaults to b_logbanners 1, which effectively adds 64 to the
// locations list if it's not already present, so adding 64 isn't necessary
// unless you want to force the messages to be logged to the console.
// default: 128 valid values: 0-248
set b_bannerlocation 128

Posted: Mon Nov 22, 2004 10:25 am
by gjrc
yeah i read that and i tried 64 but they onyl showed in console when it was down


i want it to say

console: no Spawn Killing


for example

Posted: Mon Nov 22, 2004 10:30 am
by =FF=im2good4u
conosle mesages by -say show in player chat earea so use b_bannerlocation 8

Posted: Mon Nov 22, 2004 12:07 pm
by gotenks
console only means don't display them anywhere else
if you want them displayed in the console and the chat area then choose 8

Posted: Tue Nov 23, 2004 1:16 am
by gjrc
yeah i have tried that.

but it does not add "console" onto the beginning of the message like it does when you use rcon say

Posted: Tue Nov 23, 2004 2:26 am
by Deus
1.) Why do you want it to add "console"?

2.) add it by urself

"^7Console: put text here"

Posted: Wed Nov 24, 2004 1:07 am
by gjrc
[pH*Deus] wrote:1.) Why do you want it to add "console"?

2.) add it by urself

"^7Console: put text here"

lol good idea!


thanks


:D

Posted: Wed Nov 24, 2004 1:12 am
by =FF=im2good4u
yeh lol that was easy :lol: