xRGamingx Posted May 31, 2015 Share Posted May 31, 2015 I have problems with my server, because the player used multiaccounting,, That script can obtain or create for more than 1 time can not register players ??? Please Help Link to comment
Walid Posted May 31, 2015 Share Posted May 31, 2015 What are you talking about , explain your problem better. Link to comment
jingzhi Posted June 1, 2015 Share Posted June 1, 2015 I have problems with my server, because the player used multiaccounting,,That script can obtain or create for more than 1 time can not register players ??? Please Help use getPlayerSerial() and store the data in your sql database Link to comment
Walid Posted June 1, 2015 Share Posted June 1, 2015 Try this for k,v in ipairs(getAccounts()) do local serial = getAccountSerial(v) local sameSerial = getPlayerSerial (source) if serial == sameSerial then outputChatBox("Only one account per serial!",source,255,0,0) return end end Link to comment
xRGamingx Posted June 9, 2015 Author Share Posted June 9, 2015 I would like if you have a login panel that done with me that functions as I see and learn more of the Link to comment
jingzhi Posted June 9, 2015 Share Posted June 9, 2015 I would like if you have a login panel that done with me that functions as I see and learn more of the You can make a log in panel with those functions we provided 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