AHSS Posted June 10, 2011 Posted June 10, 2011 there is no function for it or there is getAccountData for it? thanks in advance
CowTurbo Posted June 10, 2011 Posted June 10, 2011 there isnt, ur right, but, you can setAccountData ( player element, "Password", password ) and after get it using getAccountData ( player element, "Password" ) http://mrteamgaming.eu
will briggs Posted June 10, 2011 Posted June 10, 2011 Nope but if you crawl through the DB's you can find one... Founder of SAUR - Founder/Owner of ARC RPG
Deagle Posted June 11, 2011 Posted June 11, 2011 Yes as Will says, if you want to find out the accounts passwords, open internal.db with SQLite Database Browser and you can find there the accounts with the passwords, but be aware that the passwords are crypted in MD5, you can easy decrypt them.
CowTurbo Posted June 11, 2011 Posted June 11, 2011 but he wants to do that in lua ? http://mrteamgaming.eu
SDK Posted June 11, 2011 Posted June 11, 2011 Nope, no getAccountPassword and that's probably for obvious security reasons. All you need to do with a password is to check if it's correct, and you can do that with getAccoun() and logIn(). Learn Lua - Learn to script - GUI scripting Scripter tools - Find/fix errors yourself(!) Don't pm me for scripting help, keep it for the Scripting subforum!
Castillo Posted June 11, 2011 Posted June 11, 2011 there isnt, ur right, but, you can setAccountData ( player element, "Password", password ) and after get it using getAccountData ( player element, "Password" ) Wrong, you need a account element but a player element. 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