Jump to content

[Bug] Simple Login Panel


Izemrasen

Recommended Posts

Bad arguement @ 'getAccount' [Expected string at argument 1, got player]

Hey, i'm very new to scripting and I can already read scripts but I have trouble with debugging.

I have a problem with a simple login panel I made. The debug is above.

My code is here:

function loginPlayer(username,password)
    if not (username == "") then
        if not (password == "") then
            local account = getAccount ( username, password )
            if ( account ~= false ) then
                logIn (source, account, password)
                triggerClientEvent (source,"hideWindow1",getRootElement())
                    end
					end
        else
            outputChatBox ("Insert your password/username",source,255,255,255,true)
    end
	end
	
addEvent("onPlayerLogin", true)
addEventHandler("onPlayerLogin", getRootElement(), loginPlayer)

 

Link to comment

Nope.

I can't give the whole code because the design is special and took me a lot of time. but if you can be specific on what you want I can surely give you the part of the code

Bare in mind that other widely available resources influenced my script since I'm new and I find them a great way to learn

Edited by Izemrasen
Link to comment

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