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

350x20_325BE3_23D923_000000_0019D9.png
Posted

What are you talking about , explain your problem better.

Do not yield your back to your enemy, might feel something strange in your ass.

Two things are infinite the universe and human stupidity and i'm not sure about the universe.

UF: IsTextInGridList | GetGridListRowIndexFromText | Table.removeValue | removeHex | dxDrawTriangle

Skype: SaSuki102 | About Me | Youtube channel | Lua Tips & Tricks | Lua Strings | Lua Tables | Lua Operators

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 
  

Do not yield your back to your enemy, might feel something strange in your ass.

Two things are infinite the universe and human stupidity and i'm not sure about the universe.

UF: IsTextInGridList | GetGridListRowIndexFromText | Table.removeValue | removeHex | dxDrawTriangle

Skype: SaSuki102 | About Me | Youtube channel | Lua Tips & Tricks | Lua Strings | Lua Tables | Lua Operators

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...