PDA

View Full Version : joining message removal


klobb
11-05-2007, 22:42
everytime someone leaves or joins our server we get this message

Listen up, Klobb has just joined and wants to die!
Klobb has exited the server!

is this even part of UAIO? and if so, how do i change/delete said messages?

tacticalmedic
11-06-2007, 20:16
edit the exec_auto.ini for the following.
;------------------------------------------------------------------------------------------
; The following are Executed from Client Console on All Clients Joining
;------------------------------------------------------------------------------------------
"default" "say HEY! Listen Up! I just joined and I wish to DIE!!" "cf"

;------------------------------------------------------------------------------------------
; The following are Executed as HUD Message on All Clients Joining
;------------------------------------------------------------------------------------------
"default" "Beware, {username} Is Armed and Ready!" "df"

;------------------------------------------------------------------------------------------
; The following are Executed as HUD Message on All Clients Leaving
;------------------------------------------------------------------------------------------
"default" "{username} Has Left The Game, Bye!" "dg"

add a semicolon before the "default" like this ;"default".
or simply remove the flags.

ez nuff?

klobb
11-08-2007, 01:10
thanks. i couldnt find it before.