Author Topic: arsse and the annoying "file sent"  (Read 2294 times)

0 Members and 1 Guest are viewing this topic.

Offline -Aaron-

  • Major
  • *
  • Posts: 57
arsse and the annoying "file sent"
« 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.
Quote from: LeetFidle
WTF are you talking bout?! ww2 is fiction feckergot.

Offline BombSki

  • Flagrunner
  • ****
  • Posts: 927
    • Climbing-soldiers.net
Re: arsse and the annoying "file sent"
« Reply #1 on: November 01, 2007, 04:01:26 pm »
theres an option to filter stuff from the console with HIDE. rtfm.

Offline urraka

  • Soldat Developer
  • Flagrunner
  • ******
  • Posts: 703
Re: arsse and the annoying "file sent"
« Reply #2 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.
urraka

Offline -Aaron-

  • Major
  • *
  • Posts: 57
Re: arsse and the annoying "file sent"
« Reply #3 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.
Quote from: LeetFidle
WTF are you talking bout?! ww2 is fiction feckergot.

Offline Leo

  • Soldat Beta Team
  • Veteran
  • ******
  • Posts: 1011
Re: arsse and the annoying "file sent"
« Reply #4 on: November 02, 2007, 12:13:12 pm »
At Events--->OnData add this:
if $DATA = File *: *
HIDE
endif

Offline -Aaron-

  • Major
  • *
  • Posts: 57
Re: arsse and the annoying "file sent"
« Reply #5 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?
Quote from: LeetFidle
WTF are you talking bout?! ww2 is fiction feckergot.

Offline Leo

  • Soldat Beta Team
  • Veteran
  • ******
  • Posts: 1011
Re: arsse and the annoying "file sent"
« Reply #6 on: November 03, 2007, 02:49:55 am »
I don't know, never did it that way.

Offline spkka

  • Camper
  • ***
  • Posts: 469
Re: arsse and the annoying "file sent"
« Reply #7 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

Offline -Aaron-

  • Major
  • *
  • Posts: 57
Re: arsse and the annoying "file sent"
« Reply #8 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?
Quote from: LeetFidle
WTF are you talking bout?! ww2 is fiction feckergot.

Offline BombSki

  • Flagrunner
  • ****
  • Posts: 927
    • Climbing-soldiers.net
Re: arsse and the annoying "file sent"
« Reply #9 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


Offline -Aaron-

  • Major
  • *
  • Posts: 57
Re: arsse and the annoying "file sent"
« Reply #10 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.
Quote from: LeetFidle
WTF are you talking bout?! ww2 is fiction feckergot.

Offline Toumaz

  • Veteran
  • *****
  • Posts: 1906
Re: arsse and the annoying "file sent"
« Reply #11 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

Offline BombSki

  • Flagrunner
  • ****
  • Posts: 927
    • Climbing-soldiers.net
Re: arsse and the annoying "file sent"
« Reply #12 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

Offline -Aaron-

  • Major
  • *
  • Posts: 57
Re: arsse and the annoying "file sent"
« Reply #13 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 :)
Quote from: LeetFidle
WTF are you talking bout?! ww2 is fiction feckergot.