Official Soldat Forums

Server Talk => Server Discussion => Topic started by: -Aaron- on November 01, 2007, 03:04:48 pm

Title: arsse and the annoying "file sent"
Post by: -Aaron- on November 01, 2007, 03:04:48 pm
Is there anyway to get rid of the file sent/ file request, it get's annoying when you are talking to some one in the server and they say something and you can't see it because it's going up because of those stupid messeges and then you try and go up but it bumps you back down because of more stupid messeges.?

Thanks.
Title: Re: arsse and the annoying "file sent"
Post by: BombSki on November 01, 2007, 04:01:26 pm
theres an option to filter stuff from the console with HIDE. rtfm.
Title: Re: arsse and the annoying "file sent"
Post by: urraka on November 01, 2007, 07:44:11 pm
Also, if you download the latest version of ARSSE it won't bump you back down because of more stupid messages.
Title: Re: arsse and the annoying "file sent"
Post by: -Aaron- on November 01, 2007, 10:31:12 pm
Woah! I had 1.1.6.3 I thought that was the latest one. Thanks I downloaded the new one.!

Date Posted: November 01, 2007, 09:26:00 pm
All I could find is a readme file that only said that they "added HIDE function to hide data in main console" But it dosn't say how to use it.
Title: Re: arsse and the annoying "file sent"
Post by: Leo on November 02, 2007, 12:13:12 pm
At Events--->OnData add this:
if $DATA = File *: *
HIDE
endif
Title: Re: arsse and the annoying "file sent"
Post by: -Aaron- on November 02, 2007, 07:47:03 pm
Seemed like it worked thanks!! ;D [pigtail]

Date Posted: November 02, 2007, 07:18:30 pm
okay I guess it's not working I can't put it in like how you wrote it so I put it like
if $DATA = File *: * HIDE endif (all straight not below) does that matter?
Title: Re: arsse and the annoying "file sent"
Post by: Leo on November 03, 2007, 02:49:55 am
I don't know, never did it that way.
Title: Re: arsse and the annoying "file sent"
Post by: spkka on November 03, 2007, 07:07:27 am
Seemed like it worked thanks!! ;D [pigtail]

Date Posted: November 02, 2007, 07:18:30 pm
okay I guess it's not working I can't put it in like how you wrote it so I put it like
if $DATA = File *: * HIDE endif (all straight not below) does that matter?

weird should be working. This is what i use since 2 days. Try copy 'n paste it.

if $DATA = No map has been voted
/say Map vote failed.
endif

if $DATA = * gets a ping warning
HIDE
endif

if $DATA =  File request: *
HIDE
endif

if $DATA =  File sent: *
HIDE
endif

if $DATA =  (1) *
HIDE
endif

if $DATA =  (2) *
HIDE
endif

if $DATA =  * requesting game...
HIDE
endif
Title: Re: arsse and the annoying "file sent"
Post by: -Aaron- on November 03, 2007, 09:52:57 pm
HA! got it working I was putting it in the wrong spot, thanks! alose what does the if $DATA =  (1) *
HIDE
endif

and

 if $DATA =  (2) *
HIDE
endif

Do?
Title: Re: arsse and the annoying "file sent"
Post by: BombSki on November 04, 2007, 09:01:22 am
it filters kills if u have echo kills enabled.

-15:00:48- (1) F@RIN URL@UB [AUT] killed (2) saad [Els] with Combat Knife
-15:00:49- (1) Tybs killed (2) |RfG|Sp4rK!nG with Combat Knife
-15:00:50- (2) I am the... MAJOR! killed (1) F@RIN URL@UB [AUT] with Combat Knife
-15:00:51- (2) Alakhai killed (1) bl0000000rg with Combat Knife

Title: Re: arsse and the annoying "file sent"
Post by: -Aaron- on November 18, 2007, 01:04:46 pm
okay I got another question, I want to hide these messeges:

[DO] Lt. Cheese -I- is cheating - Not allowed weapon
[DO] Lt. Cheese -I- is admin and cannot be kicked.

I tryed
if $DATA =  * is cheating
HIDE
endif

It didn't work, I don't have a clue what i'm doing.
Title: Re: arsse and the annoying "file sent"
Post by: Toumaz on November 18, 2007, 01:08:08 pm
okay I got another question, I want to hide these messeges:

[DO] Lt. Cheese -I- is cheating - Not allowed weapon
[DO] Lt. Cheese -I- is admin and cannot be kicked.

I tryed
if $DATA =  * is cheating
HIDE
endif

It didn't work, I don't have a clue what i'm doing.


Try:

if $DATA =  * is cheating*
HIDE
endif

if $DATA =  * is admin and cannot be kicked.
HIDE
endif
Title: Re: arsse and the annoying "file sent"
Post by: BombSki on November 18, 2007, 01:25:43 pm
i really dont think you want to filter out every message containing * is cheating *..

imo it would be better if you'd put:

if $DATA =  * is cheating - Not allowed weapon
HIDE
endif
Title: Re: arsse and the annoying "file sent"
Post by: -Aaron- on November 18, 2007, 04:18:41 pm
Yeah I know Im just going to put it in when We have a zombies I like to use rambo :)