Jump to content

login window


dzek (varez)

Recommended Posts

Posted

you, can you recommend me, or something any good login system?

the ones in community are buggy (btw: why from about 15 resources, just 2 of them dont need to be fixed before use? half of resources should go to the bin :/)

1- totally buggy,

2nd - working, but when one player logging in, the window disappear for everyone (and after fast looking through the code everyting looks fine :/)

3rd - its just 2nd, with another skin ..

or should i write my own? im bit busy with other scripting, and dont want to stop my work (but if i must..)

Posted

i have the logingui from the community

i think i have "repair" the script with the new codes but it is easy. you can use the command /upgrade, you have to write it in your console ;)

Posted

hmm.. i'll try upgrade, but server havent reported any warnings, or deprecated funtions..

but before, i must disable some resources, that stop working after doing a upgrade :( (i'll manually upgrade them later)..

or could you send me the working script?

Posted
2nd - working, but when one player logging in, the window disappear for everyone (and after fast looking through the code everyting looks fine :/)

check if the player element pased do client side functions is a LocalPlayer:

if player is the source of an event replace getRootElement() to getLocalPlayer()

if player is a parameter of the function use:

if thePlayer == getLocalPlayer()  then
end

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