public remove_cross(){ new players[32], inum get_players(players, inum, "h") for (new i = 0; i < inum; ++i) { if(cs_get_user_team(players[i]) == CS_TEAM_T) { message_begin(MSG_ONE,screenfade,{0,0,0},players[i]); //block this cross! message_end(); } }}