col = GetPlayerColor(tm.sv_entnum);\r
if(cvar("cl_radar_players") > 1 || (cvar("cl_radar_players") > 0 && teamplay && GetPlayerColor(player_localentnum - 1) == col))\r
if not(tm.sv_entnum == spectatee_status - 1) // don't show the player we are spectating, since we also draw ourself separately\r
+ if not(tm.sv_entnum == getstati(STAT_VORE_EATEN) - 1) // don't show the player who ate us, since we also draw ourself separately\r
if not(tm.eaten) // don't show prey on the radar\r
draw_radar_player(tm.origin, tm.angles, GetTeamRGB(col));\r
}\r