hey
first of all: thank you for this great plugin!
i've got a request...
as you can see it's winter now and there are some wintermaps out there...
e.g. de_xmasdust
would it be possible to include something, that if the players voted for de_dust, the server will automaticly switch to de_xmasdust instead?
i tryed putting the mapchange into "addons/amxx/config/maps/de_dust.cfg" - it works but it changes the map after the first player enteres the game...means both maps will be loaded...two mapchanges...
would be great if there would be a file where you can define the alternate maps and turn them on/off with a variable
e.g.:
adding the file "wintermaps.ini" to "addons\amxmodx\configs\" looking like this:
Code:
de_dust de_xmasdust
;will load de_xmasdust instead of de_dust
and of course a var...e.g. "dmap_winter [1 | 0]" to use this file or not
i never coded for amxx but i think it's possible to code ;)
would be great if you could include this!