// [ ... ]register_event("DeathMsg", "Event_DeathMsg", "a")// [ ... ]public Event_DeathMsg(){ new attacker = read_data(1) new victim = read_data(2) if (cs_get_user_team(victim) == CS_TEAM_T) // terrorist died}