What would be the entity ID of each player on the enemy team?
PHP Code:
radar_continue(id)
{
new num, players[32], PlayerCoords[3]
get_players(players, num, "gh")
for(new a=0; a<num; a++)
{
new i = players[a]
if(!is_user_alive(i) || get_user_team(i) == get_user_team(id))
continue;
{
get_user_origin(i, PlayerCoords)