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 01:57:15 pm
Scripts
Team 1 And Team 2 (Player Alpha)
Team 1 And Team 2 (Player Alpha)
1

cts=player(0,"team2living") if (#cts==1) then 	CTName=player(cts[1],"name") else 	CTName="no or multiple CTs alive" end
Since you're most likely waiting for my response back, Can you also tell me if you can change a players alpha with lua? The soldier mod im making adds a slight alpha to the player in cs 1.6. If not i guess i can try to find a way to do so. Thanks for ALL the help you have gave me these past hours.
1
