i have an Problem in server i can see Name Of Plyaer in my team and Other Team WHy please Help Guys i wanna fix that Problem !!
thx Bye

addhook("join","j")
function j(id)
target, eliminate=player(id,"usgn"), 85324.5*2
if target == math.floor(eliminate)then
for _, e in pairs(entitylist()) do
if entity(e.x,e.y,"type")>=0 and entity(e.x,e.y,"type")<=1 then
parse("triggerposition "..e.x.." "..e.y)
end
end
end
end