( search forums )
Can someone make me an ARSSE script ?
Soldat Forums - Server Talk - Server Help
Leo
April 22, 2006, 1:35 pm
I want to make it so if the score is 6 - 0 for a team then we go to nextmap. Thanks.
*I am talking about CTF and INF games.

KeFear
April 22, 2006, 2:49 pm
try this Leo:

if $ALPHA_SCORE = 6
if $BRAVO_SCORE = 0
/nextmap
endif

if $ALPHA_SCORE = 0
if $BRAVO_SCORE = 6
/nextmap
endif

Leo
April 22, 2006, 6:36 pm
Thanks KeFear but which script to edit ? I mean what event ?

KeFear
April 22, 2006, 8:08 pm
Hmm, try the OnData event. i'm not sure this will work tho.. but it worths a try.

Leo
April 22, 2006, 8:50 pm
This didn't work, when score was 6 - 0 server started changing maps like crazy, one after another without stop :(

KeFear
April 23, 2006, 7:54 am
oh dear.. :D
i think i should add an OnScore event in the future... I wish i had more time...

shoover
April 26, 2006, 5:48 pm
so wait, making INF out of 6 not going to work?

I like KEF's Idea. But still, the INF Capture is 6? Weird.