CTName = (player(#player(0,"team2living"),"name"))
TName = (player(#player(0,"team1living"),"name"))
When it shows what they are ingame, It says it's Me for both them. No matter what team im on. Any ideas?
edited 1×, last 27.02.11 02:57:15 pm
cts=player(0,"team2living")
if (#cts==1) then
CTName=player(cts[1],"name")
else
CTName="no or multiple CTs alive"
end