Gtagasje Posted October 16, 2011 Share Posted October 16, 2011 I might be stupid, but I just have a simple question: Do you have to put server and client files in seperate .lua files or in the same, and in seperate maps or in the same You can call me stupid if you want Link to comment
Castillo Posted October 16, 2011 Share Posted October 16, 2011 Well, a client side and a server side script(s) are different, if you take a look at the MTA wiki, you'll see a list of Server events/functions and Client events/functions, some events/functions are only client side and other's server side only. In the meta.xml the script type must be like type="client" or type="server". Link to comment
Gtagasje Posted October 16, 2011 Author Share Posted October 16, 2011 I know but, do I need to place server and client side script in the same or seperate lua files? Like for scripting a gui. I have the client, and do I need to place the server in a other .lua now? Link to comment
Castillo Posted October 16, 2011 Share Posted October 16, 2011 Oh, I suposed that was self explained, so yes, separate LUA files. 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