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

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

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?

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