Thursday, September 9th 2010, 12:57pm UTC+1

You are not logged in.

  • Login
  • Register

The chatbox is right now only for registred user avalible !! Please sign up and fell free to use it!

choppergirl

Beginner

Posts: 7

Location: Mesa, AZ

Occupation: helicopter combat pilot and reluctant babysitter

1

Friday, March 5th 2010, 12:32am

Wie kann man an "Buddy message recieved" platz schrieben?



Hello, I know how to write to the gameSayAll chat message area, but I am wondering if anyone knows how to write text to the white text scrolling area where it says "Buddy message receieved" and "You were killed by ....." at the bottom middle of the player screen.

Hallo, ich weiß, wie man auf der Chat-Nachricht schreiben gameSayAll Bereich, aber ich frage mich, ob jemand weiß, wie man Text in den weißen Text Scrollen Bereich zu schreiben, wo es heißt "Buddy-Nachricht empfangen" und "Sie wurden von ..... getötet " am unteren Mitte des Player-Bildschirm.
CHOPPERGIRL'S AIRWAR
http://air-war.org

Posts: 188

Location: Oslo, Norway

2

Saturday, March 6th 2010, 12:08am

Hi

I know of 2 ways to do this, either use the "ingame admin chat command !s message " or use the BF2CC admin chat

Of course you can add any message through the Punkbuster system and spam the server

Source code

1
2
3
4
5
6
7
8
// pbsvspam.cfg - PB tasks to send messages to Servers visitors
// PB server manual: http://www.evenbalance.com/publications/bf2-ad/index.htm#settings
// 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

pb_sv_task 005 300 game.sayAll "§3Welcome §3§C§0  to the No.1  Battlefield 2 server §3§C§0   !§3"
pb_sv_task 010 300 game.sayAll "§3All cheaters will be banned §3§C§0 Behave and play fair! §3§C§0   !§3"


Cheers

choppergirl

Beginner

Posts: 7

Location: Mesa, AZ

Occupation: helicopter combat pilot and reluctant babysitter

3

Saturday, March 6th 2010, 3:00am

NO, not the chat area that appears in the top left of the screen which displays messages like "player [killed] player". That is done with the game.sayAll command (which is a wrapper to
host.sgl_sendTextMessage( 0, 12, 1, str(message) % (player.getName()), 0)


I'm referring to the other scrolling text area, that appears in the bottom middle of the players screen, that says status messages like "Buddy message received" or "You were killed by player". Look at your player screen, straight down the center, and go about 3/4 way down the screen. There is a scrolling area that appears over the play field that displays messages in white text when they are sent. The same area that says "You will spawn in 10...9...8... etc"
CHOPPERGIRL'S AIRWAR
http://air-war.org

Posts: 188

Location: Oslo, Norway

4

Saturday, March 6th 2010, 2:19pm

Ah ok, never seen, nor heard of any custom messages using that area...

I think those are game internal and only intended for the player in question. :geek:

Similar threads