Jump to content

login window


dzek (varez)

Recommended Posts

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

Link to comment
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

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