of     1   

bouno
#36173116Friday, October 29, 2010 5:07 PM GMT

I have made a great script for something. It includes the killallplayers thing Now i want it to kill all players except for the players in the admin team. ive got two other teams called fighters and waiting. I want the script to mainly kill all the fighters. Is there any way to make line that kills all players from a specified team? Thats all i ask. I tried KillAllPlayers(fighters) but that doesnt work. Thanks in advance!
tacoeaterxx
#36173267Friday, October 29, 2010 5:13 PM GMT

KillAllPlayers(fighters) isn't even a Script. Idiot.
FlyAways
#36173659Friday, October 29, 2010 5:25 PM GMT

Taco thats not help at all, Hes clearly stuck and is asking for help. not to be called names, If you've got nothing to say that will help him, don't say it.
FlyAways
#36173684Friday, October 29, 2010 5:26 PM GMT

Typo/ Will Correction/ Won't
tacoeaterxx
#36175819Friday, October 29, 2010 6:44 PM GMT

*sigh* Fine. Have it your way. Feel free to correct any mistakes spotted: teamCol = "Black" -- Change to the Team color you want to die function own() plyrs = game.Players:GetChildren() for i = 1, #plyrs do if plyrs[i].TeamColor = teamCol then plyrs[i]:BreakJoints() end end end
bouno
#36212595Saturday, October 30, 2010 5:35 AM GMT

Thanks ;P
bouno
#36214221Saturday, October 30, 2010 7:07 AM GMT

BTW: Fighters was a value, and everything was part of a bigger script! ;P

    of     1