Whit3 Posted October 26, 2013 Posted October 26, 2013 I want get the time by meta.xml local time = tonumber(string.sub(get("#"meta.xml".time"),1,2)) or 0; Anyone can help me?
Castillo Posted October 26, 2013 Posted October 26, 2013 You mean get the value of "time" setting? if so, then just do: local time = tonumber ( string.sub( get ( "time" ), 1, 2 ) ) or 0 San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Castillo Posted October 26, 2013 Posted October 26, 2013 You're welcome. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
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