xRGamingx Posted May 31, 2015 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
Walid Posted May 31, 2015 Posted May 31, 2015 What are you talking about , explain your problem better.
jingzhi Posted June 1, 2015 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
Walid Posted June 1, 2015 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
xRGamingx Posted June 9, 2015 Author 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
jingzhi Posted June 9, 2015 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
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