dzek (varez) Posted January 27, 2010 Share Posted January 27, 2010 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
MasterTobi Posted January 27, 2010 Share Posted January 27, 2010 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 Link to comment
dzek (varez) Posted January 27, 2010 Author Share Posted January 27, 2010 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? Link to comment
Wojak Posted January 28, 2010 Share Posted January 28, 2010 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
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