brushworks Posted February 9, 2014 Posted February 9, 2014 I have JA+ installed in my server, and I'd like to know if it'd be possible to automatically rotate between FFA / CTF / SIEGE. Do not fear their feeble attack, my faithful. Nothing will stop the return of the SITH!
h643 Posted February 9, 2014 Posted February 9, 2014 Yes it's possible but you need to use custom script seta ffa1 "set g_gametype 0; map mp/ffa1; set nextmap vstr ffa2" seta ffa2 "set g_gametype 0; map mp/ffa2; set nextmap vstr ffa3" seta ffa3 "set g_gametype 0; map mp/ffa3; set nextmap vstr ffa4" seta ffa4 "set g_gametype 0; map mp/ffa4; set nextmap vstr ffa5" seta ffa5 "set g_gametype 0; map mp/ffa5; set nextmap vstr ctf1" seta ctf1 "set g_gametype 8; map mp/ctf1; set nextmap vstr ctf2" seta ctf2 "set g_gametype 8; map mp/ctf2; set nextmap vstr ctf3" seta ctf3 "set g_gametype 8; map mp/ctf3; set nextmap vstr ctf4" seta ctf4 "set g_gametype 8; map mp/ctf4; set nextmap vstr ctf5" seta ctf5 "set g_gametype 8; map mp/ctf5; set nextmap vstr hoth" seta hoth "set g_gametype 7; map mp/siege_hoth; set nextmap vstr desert" seta desert "set g_gametype 7; map mp/siege_desert; set nextmap vstr korriban" seta korriban "set g_gametype 7; map mp/siege_korriban; set nextmap vstr ffa1" vstr ffa1 EDIT: fixed
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now