Jump to content

[SHOW] Login Panel [Material Design]


Recommended Posts

sound = playSound("sounds/music.mp3",true)

-Add this for stoping music when you log in.

function onLogin()
	showChat(false) -You can use this for showing the chat
	showCursor(false)
	stopSound(sound)
	removeEventHandler("onClientRender", root, paint)
	removeEventHandler("onClientClick",root,onClientClick)
	removeEventHandler("onClientCharacter",root,onClientCharacter)

Bro i make this for you, You can use it for your login panel.It's playing music when you join the server and trying to create account or log in.

Link to comment
On 7/18/2017 at 11:38, Mohameddz said:

sound = playSound("sounds/music.mp3",true)

-Add this for stoping music when you log in.

function onLogin()
	showChat(false) -You can use this for showing the chat
	showCursor(false)
	stopSound(sound)
	removeEventHandler("onClientRender", root, paint)
	removeEventHandler("onClientClick",root,onClientClick)
	removeEventHandler("onClientCharacter",root,onClientCharacter)

Bro i make this for you, You can use it for your login panel.It's playing music when you join the server and trying to create account or log in.

That code is from Banex's login panel :D

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