getting level and gametype from session search

Hi. In displaying a list of games, it would be neat to show the current map and display the gametype (I’m allowing players to select between gametypes and maps when they launch a session). Using the advanced sessions plugin.

Is there a way?

you can set variables, maybe as booleans, when they select the playstyle and level. save that to your game mode or wherever your saving variable and call on them when you want to display those things.

When you creating session use property string and put your gamemode or map name there. Then when you searching simply sort or show depending on this session properties.http://i.imgur.com/k2C0gtW.png