StateSway Posted December 7, 2012 Share Posted December 7, 2012 Well, i just want someone to give me some functions wish i should use to make a login panel and how to get if player if it's his first time to login ? i don't need any codes just if someone can give me a list with the functions wish i should use Link to comment
Castillo Posted December 7, 2012 Share Posted December 7, 2012 https://wiki.multitheftauto.com/wiki/Int ... ng_the_GUI That tutorial gives part of the functions, not the register/login ones though. These are: getAccount addAccount logIn To set the first time login, you should set an account data: setAccountData then check with: getAccountData Link to comment
StateSway Posted December 7, 2012 Author Share Posted December 7, 2012 Alright i have understood how make the panel but how to make a data ? well if there is a tutorial or anyscript that has a login panel with an example with this can you just give me it ? and what does that line means ? if username == "user" and password == "apple" then apple ? Thx Castillo Link to comment
Castillo Posted December 7, 2012 Share Posted December 7, 2012 As I told you in my first post, is not a complete login script tutorial, it has missing the registering and login functions, instead it checks if user and password is: "user", "apple". Every fucking I posted has examples, take a look at them. 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