Jump to content

what's wrong?


daKillar2000

Recommended Posts

Posted
he messed up something. asking for it for 2 pages is nonsense. better he should attach whole resource, and thats all

maybe he thinks we want to steal his resource :P

Posted
yea castillo i send it in private mess. to varez ;)

That fails, check his signature :P

"Do not PM me with questions about scripting or begging for help/script. I will just ignore you."

haha just post the whole resource here and wait for an answer.

Posted

ok ok...

now he give this warnings

WARNING: login\script.lua:20: Bad argument @ 'addAccount'

WARNING: login\script.lua:21: Bad argument @ 'logIn

  
line 20:    account = addAccount(player, username, password) 
line 21:     if (logIn(player, account, password) == true) then 
  

Posted
ok ok...

now he give this warnings

WARNING: login\script.lua:20: Bad argument @ 'addAccount'

WARNING: login\script.lua:21: Bad argument @ 'logIn

  
line 20:    account = addAccount(player, username, password) 
line 21:     if (logIn(player, account, password) == true) then 
  

this is becuase addAccount if i'm right dosn't require that "player" argument.

Posted

WARNING: login\script.lua:21: Bad argument @ 'logIn'

WARNING: login\script.lua:5: Bad argument @ 'logIn'

line5: if (logIn(account,username,password) == true) then

line21: if (logIn(account,username,password) == true) then

Posted
WARNING: login\script.lua:21: Bad argument @ 'logIn'

WARNING: login\script.lua:5: Bad argument @ 'logIn'

line5: if (logIn(account,username,password) == true) then

line21: if (logIn(account,username,password) == true) then

i think that "account" argument its wrong, here is how i have it at one of my scripts.

if (logIn (player, account, pass) == true) then

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