Mini Posted August 13, 2010 Posted August 13, 2010 This is a quick question that I couldn't find a... quick... answer to. Can variable be access outside the .lua it's originally located in? I am loading from a MySQL Database into a Variable, and want to use that variable in another .lua (in the same resource)
dzek (varez) Posted August 13, 2010 Posted August 13, 2010 should be if files are loaded in right order.. but i wouldn't recommend it anyway.. but its faster to create: 1.lua variable = "my value" 2.lua outputChatBox(variable) and run it than asking on forums and waiting hours to reply Multi theft auto tools - replace cars and peds, move your map or compile your Lua files online! programista php rzeszów Need free webhosting for your small site? PM me. Need help with portforwarding? PM me. Do not PM me asking for help with scripting. Having problems with port forwarding? Send me pm, I can do whole thing for you using TeamViewer (already helped about 20 people, no worries)!
50p Posted August 15, 2010 Posted August 15, 2010 The variable has to be on the same side. You can't access variable from server-side script in a client-side script but you can access the client-side variable in another client-side script. - MTA Script Editor - Ask your scripting questions properly, please. - 50p's public resources - Meta.xml - what is it for? How is it possible LOL
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