#ifdef SVQC void spawnfunc_target_location() { self.classname = "target_location"; // location name in netname // eventually support: count, teamgame selectors, line of sight? } void spawnfunc_info_location() { self.classname = "target_location"; self.message = self.netname; } #endif