I just tested it and it worked, although it only worked for one game (the rematch didn't detect any maps).
And if you don't detect any maps (like "Map 1") then it's because it only works the first few times (not sure how to fix this). Usually a computer reboot fixes this.
EDIT: Strange... it should draw the answers (with msfSpy
2.plsc). If it's possible, view the script and make sure that line 68 in
msfSpy.js reads:
code:
switch(Map[MapIndex][i])
That was the problem that I had to fix before, because it used to be a boolean (returning true or false).