{
if(%obj.client.getTeam() $= "Terrorists")
{
%obj.setDatablock("TerrorMKHoleBot");
}
else if(%obj.client.getTeam() $= "Counter-Terrorists")
{
%obj.setDatablock("IDFSoldierKHoleBot");
}
else
{
This is the code and it still won't work what should i do now .. ?