Castillo Posted September 8, 2010 Share Posted September 8, 2010 this is strange it never happend to me, are you sure the name of resource is login? Link to comment
dzek (varez) Posted September 8, 2010 Share Posted September 8, 2010 he messed up something. asking for it for 2 pages is nonsense. better he should attach whole resource, and thats all Link to comment
Castillo Posted September 8, 2010 Share Posted September 8, 2010 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 Link to comment
daKillar2000 Posted September 8, 2010 Author Share Posted September 8, 2010 yea castillo i send it in private mess. to varez Link to comment
Castillo Posted September 8, 2010 Share Posted September 8, 2010 yea castillo i send it in private mess. to varez That fails, check his signature "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. Link to comment
daKillar2000 Posted September 9, 2010 Author Share Posted September 9, 2010 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 Link to comment
Castillo Posted September 10, 2010 Share Posted September 10, 2010 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. Link to comment
daKillar2000 Posted September 10, 2010 Author Share Posted September 10, 2010 i know i change that;) but not works Link to comment
daKillar2000 Posted September 13, 2010 Author Share Posted September 13, 2010 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 Link to comment
Castillo Posted September 13, 2010 Share Posted September 13, 2010 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 Link to comment
daKillar2000 Posted September 13, 2010 Author Share Posted September 13, 2010 ok thx it works Link to comment
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