golanu21 Posted March 28, 2013 Share Posted March 28, 2013 how i export a script?? For example : i have a script in folder "cars", and i want to export a team from script ( folder "teams" ).. how i make that ? Link to comment
Castillo Posted March 28, 2013 Share Posted March 28, 2013 You want to export a function? Link to comment
golanu21 Posted March 28, 2013 Author Share Posted March 28, 2013 exports.teams:setTeam(source, teamname) ??? i make that for example... and now how i import ?? Link to comment
Castillo Posted March 28, 2013 Share Posted March 28, 2013 On your resource ( where the function is created ), you add to the meta.xml: function="setTeam" type="server" /> I don't know if it's a server side script, if it's not, change type to "client". 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