Jump to content

what's wrong?


daKillar2000

Recommended Posts

Posted

this is strange it never happend to me, are you sure the name of resource is login?

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

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

Multi theft auto tools - replace cars and peds, move your map or compile your Lua files online!

programista php rzeszów

Need free webhosting for your small site? PM me. Need help with portforwarding? PM me. Do not PM me asking for help with scripting.

Having problems with port forwarding? Send me pm, I can do whole thing for you using TeamViewer (already helped about 20 people, no worries)!

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

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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