Jemrada Posted September 29, 2005 Share Posted September 29, 2005 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 More sharing options...
shim Posted September 29, 2005 Share Posted September 29, 2005 just a guess, but there is no map within the m1 line.. just timelimit thats it.. try adding a map in there.. Link to comment Share on other sites More sharing options...
Jemrada Posted October 4, 2005 Author Share Posted October 4, 2005 Yeah you right, nto sure why I put it on another line like that. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.