Jump to content

Hi I need help


Recommended Posts

Posted

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

Posted
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

Posted

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 
  

Posted
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...