Shwul Posted August 18, 2013 Share Posted August 18, 2013 function createTeam setTeamName("example") setTeamColor(1,2,3) Is that the correct way to create a team? i'm not sure since i'm new to Lua to be honest. Link to comment
ixjf Posted August 18, 2013 Share Posted August 18, 2013 (edited) createTeam("example", 255, 0, 0) Edited August 20, 2013 by Guest Link to comment
Daniel1zD Posted August 20, 2013 Share Posted August 20, 2013 createTeam ( "Team", 192,192,192) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now