$$if (gametypeimage !EQUALS "")$$ |
$$endif$$
| Version | $$round_shortversion$$ |
| Time Played | $$formatduration("%M:%S",round.duration)$$ |
| Players | $$playercount$$ |
| Kills | $$kills$$ |
| Team Kills | $$teamkills$$ |
| Suicides | $$suicides$$ |
| Friendly Fire | $$Case(round_scr_friendlyfire,scr_friendlyfire,scr_friendlyfire,"0","Off","1","On","2","Reflective","3","Shared")$$ |
| Kill Cam |  |
| Anti Lag |  |
| Punkbuster | $$image=Case(round_sv_punkbuster,"0","red.gif","1","punkbuster.gif")$$$$if (image !EQUALS "")$$ $$endif$$ |
$$if (objectivecount !EQUALS "0")$$
$$loop row as objectives index as objectiveindex select count(*),* from view_actiondata where roundindex='%%roundindex%%' group by playerindex,actionidx$$
$$if (objectives.actionimage !EQUALS "")$$
$$endif$$
$$objectives.actionname$$
|
$$colouredtext2html(objectives.playername)$$ |
$$endloop objectives$$
$$endif$$