Jump to content

[Help]login


Resulcan

Recommended Posts

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

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