golanu21 Posted March 28, 2013 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 ?
golanu21 Posted March 28, 2013 Author Posted March 28, 2013 exports.teams:setTeam(source, teamname) ??? i make that for example... and now how i import ??
Castillo Posted March 28, 2013 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".
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