Dinossauro Posted September 29, 2012 Share Posted September 29, 2012 Hello I'd like to make a script like this: Players to register Login Panel, could only have 1 account per serial. Can you help me? Thank you. Link to comment
Mossy Posted September 29, 2012 Share Posted September 29, 2012 https://wiki.multitheftauto.com/wiki/GetPlayerSerial https://wiki.multitheftauto.com/wiki/LogIn Try combining the 2. Link to comment
DNL291 Posted September 29, 2012 Share Posted September 29, 2012 You can store the serial that the account was created, then you can allow only one account for it. Link to comment
Jaysds1 Posted September 30, 2012 Share Posted September 30, 2012 well, you would need to implant it into your code/script. anyways, use this to store the player's serial: setAccountData then if it's a returning player, use this to get the account serial: getAccountData and this is for getting the player's serial: getPlayerSerial and please note that this has to be done server-sided. 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