Unfortunately, no success. With this version everyone can click buttons.
PHP Code:
public fwButtonUsed(idcaller)
{
if ( !is_user_alive ( idcaller ) )
return HAM_IGNORED
static CsTeams:iTeam
iTeam = cs_get_user_team ( idcaller )
if ( IsFreeRun == true && iTeam == CS_TEAM_T )
return HAM_SUPERCEDE
return HAM_IGNORED
}