Artyom888 Posted January 19, 2020 Share Posted January 19, 2020 hi, tell me how can I make a common Lua table for server and client? table = { a = {0.1, 0.2} d = {0.2, 0.3} c = {0.3, 0.4} } Link to comment
XaskeL Posted January 19, 2020 Share Posted January 19, 2020 (edited) set script type "shared" in xml. example: <meta> <script src="table.Lua" type="shared" cache="false"/> </meta> Edited January 19, 2020 by XaskeL 1 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