What's wrong with these lines?
outputChatBox("You're in "..getTeamName( source ).. " team "..getPlayerName( source ).. "",root,255,255,255,true)
Also I want to do a table with outputchatboxs with TRUE AND ALSO 255, 255, 255 THOSE THINGS. I can without it, but with it it gives error.
setTimer ( function ( )
outputChatBox ( tabl[math.random(#tabll)] )
end, 10000, 0 )
What I should do?