Adryan2002 Posted December 31, 2019 Share Posted December 31, 2019 I can't create an interior interior-system/s_interior_admin.Lua :944: attempt to index local 'interiors' (a nil value) interior = interiors[tonumber(interiorId)] Link to comment
Motar2k Posted January 1, 2020 Share Posted January 1, 2020 You need to declare the table in which you will store the data. interiors = {} 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