Resulcan Posted November 17, 2020 Share Posted November 17, 2020 Friends Where I Went Wrong Or Didn't Add Which Command But I Need Your Help I Have Mysq Login Panel But I Know How To Fix The Login And Registration Panels When I Login. After I Press the Panel Login Panel Registration Button, I Want to Accept the Registration Panel GUIEditor = { memo = {} } addEventHandler("onClientResourceStart", resourceRoot, function() local screenW, screenH = guiGetScreenSize() Wnd = guiCreateWindow((screenW - 340) / 2, (screenH - 363) / 2, 340, 363, "Kayıt Olma", false) guiWindowSetSizable(Wnd, false) addEventHandler("onClientResourceStart", resourceRoot, function() local screenW, screenH = guiGetScreenSize() Glogin = guiCreateWindow((screenW - 386) / 2, (screenH - 329) / 2, 386, 329, "login Panel", false) guiWindowSetSizable(Glogin, false) https://i.hizliresim.com/hp8kn0.png 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