djharbi2 Posted May 4, 2019 Share Posted May 4, 2019 (edited) Hi, lang.lua fr = { a1 = "sortie", } eng = { a1 = "Exit", } client.lua guiSetText(lbl,""..eng.a1) Error: attempt to index global 'eng' (a nil value) how can i call? Edited May 4, 2019 by djharbi2 Link to comment
Tails Posted May 4, 2019 Share Posted May 4, 2019 Make sure you put lang.lua before client.lua in the meta file so it loads first. Link to comment
djharbi2 Posted May 5, 2019 Author Share Posted May 5, 2019 9 hours ago, Tails said: Make sure you put lang.lua before client.lua in the meta file so it loads first. Thank bro. 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