Uhh... Game type based banning. Yes. How would you like to do it? From gametype or from the core?
First off change loadouts.cs from line 100 forward to this
function serverCmdSetupLoadout( %client, %armor, %weapons, %nade, %core )
{
%armorObj = %armor;
if (isObject(%armorObj) &&...