Solved Are Lua tables saved, even after server restart?
Discussion in 'Rust Development' started by LaserHydra, Apr 26, 2015.
-
Wulf Community Admin
They are saved if you save then somewhere.
-
Just using same like the Config?
Like
Code:self.Data.Number = { "1", "2", "3" }
-
Wulf Community Admin
-
-
http://docs.oxidemod.org/?lua#data-tables
How is that hard...all the code is given to you. -
-
Wulf Community Admin