illestiraqi Posted February 20, 2013 Share Posted February 20, 2013 I want a simple script to automatically create teams when server is loaded without having to create them. I want to create Team "Army" with colors 0, 70, 0 please if someone can help. Link to comment
Castillo Posted February 20, 2013 Share Posted February 20, 2013 Is really easy, create a new resource, create a lua script on it, then place this: createTeam ( "HELLO WORLD", 0, 70, 0 ) Link to comment
yazan Posted February 20, 2013 Share Posted February 20, 2013 He wants when you finish loading the situation in the team Link to comment
illestiraqi Posted February 20, 2013 Author Share Posted February 20, 2013 Is really easy, create a new resource, create a lua script on it, then place this: createTeam ( "HELLO WORLD", 0, 70, 0 ) is this server or client side? Link to comment
Castillo Posted February 20, 2013 Share Posted February 20, 2013 He wants when you finish loading the situation in the team That doesn't make any sense. @illestiraqi: Server side, createTeam is a server side only function. 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