For some reason every other map the server loads is ns_bast. I have amx running but the map vote plugin isnt enabled. The maps are setup the same in the mapcycle file. I deleted ns_bast from mapcycle file but still loads it. Anyone know of a fix for this?
Check out the team number limits in the mapcycle file. You can specify what the minimum and maximum number of players there should be. If you are running amxmodx 0.20 TP4 you can choose to disable these checks completely in amxx.cfg with "amx_mapnum_ignore 0".
I tried amxmodx 0.20 TP4 with "amx_mapnum_ignore 0" in the config but it doesn't work either. There was only a few ppl on the server and it would change maps to a ns map thats set to minimum of 10 players in the mapcycle file.
I think it had something to do with the sequence of the map lists.
Like for example amx has a list of what maps are in what order and so does ns e.g. mapcycle.
Try to get them to mirror each other as in copy them so they are exactly the same as in the map order to the files.
This may help but I found that if you did a votemp 16 it would go 16 in front of the current map or it would go to the amx list hence if they are the same order then no issues.
Comments
"\minplayers\10\maxplayers\16\"
Like for example amx has a list of what maps are in what order and so does ns e.g. mapcycle.
Try to get them to mirror each other as in copy them so they are exactly the same as in the map order to the files.
This may help but I found that if you did a votemp 16 it would go 16 in front of the current map or it would go to the amx list hence if they are the same order then no issues.