Jump to content

Home

Map cycle freezes on last map, help? (JK2)


Jemrada

Recommended Posts

Hello, I am needing some help on doing my custom map rotation. The rotation runs fine, except until it get to last map and then needs to start over. It seems to hang on last map. Here is what I have:

 

// First Map

map ffa_bespin

 

// First FFAs

set m1 "set timelimit 25;set nextmap vstr m2"

set m2 "map ffa_deathstar;set g_gametype "7";set nextmap vstr m11"

 

// m2 sets up the next ctf with gametype 7,

 

 

// First CTFs

set m11 "map ctf_bespin;set timelimit 20;set g_mAllowTeamSuicide 1;set nextmap vstr m12"

set m12 "map ctf_imperial;set g_gametype "0";set g_mAllowTeamSuicide 1;set nextmap vstr m3"

 

 

// m12 Will set up FFA again with gametype 0

 

 

 

 

// Second Set FFA

set m3 "map ffa_yavin;set timelimit 25;set nextmap vstr m4"

set m4 "map ffa_ns_hideout;set g_gametype "7";set nextmap vstr m13"

 

// Second Set CTF

set m13 "map ctf_ns_streets;set timelimit 20;set g_mAllowTeamSuicide 1;set nextmap vstr m14"

set m14 "map ctf_yavin;set g_gametype "0";set g_mAllowTeamSuicide 1;set nextmap vstr m1"

 

vstr m1

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...