Jump to content

مساعده بـ اكواد /طلب أكواد


xNKM51

Recommended Posts

بسم ألله ألرحمن ألرحيم

ألسلآم عليكم ورحمه الله وبركاته

حبيت أطلب مساعده منكم لان دورت الكود ولا لقيت :x

 

addEventHandler("onClientRender", root,
    function()		
		local name = getPlayerName(localPlayer)
		local money = getPlayerMoney(localPlayer)
		local fps = getFPSLimit()
		local ping = getPlayerPing(localPlayer)
		local ipx = getElementData ( localPlayer , 'aIP' )
		local serialx = getElementData ( localPlayer , 'aSerial' )
		local Accountx = getElementData ( localPlayer , 'aAccount' )
		local Team = getTeamName (getPlayerTeam (localPlayer)) or 'No Team'
		local skin = getElementModel(localPlayer)
		dxDrawRectangle(0, 740, 1366, 28, tocolor(0, 0, 0, 254), false)
        dxDrawRectangle(0, 0, 1366, 28, tocolor(0, 0, 0, 254), false)
        dxDrawText("Name : "..name, 10, 0, 202, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
        dxDrawText("Money : "..money, 10, 740, 202, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
        dxDrawText("IP : "..ipx, 286, 0, 478, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
        dxDrawText("Serial : "..serialx.."", 659, 0, 851, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
        dxDrawText("Account Neam : "..Accountx, 960, 0, 1152, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
        dxDrawText("FPS : "..fps, 1252, -2, 1309, 29, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
        dxDrawText("Ping : "..ping, 1309, -2, 1366, 29, tocolor(157, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
        dxDrawText("Team : "..Team, 289, 740, 481, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
        dxDrawText("Skin : "..skin, 683, 740, 875, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
        dxDrawText("Players : "..#getElementsByType ('player'), 1020, 740, 1212, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
	end
)



GUIEditor = {
    button = {},
    window = {},
    label = {},
    edit = {}
}
addEventHandler("onClientResourceStart", resourceRoot,
    function()
        GUIEditor.window[2] = guiCreateStaticImage(0, 0, 1366, 768, "Random1.png", false)
        guiWindowSetSizable(GUIEditor.window[2], false) 
        showCursor(guiGetVisible(GUIEditor.window[2]))
		
        GUIEditor.window[255] = guiCreateWindow(442, 89, 484, 559, "[TXSAS]Login 0.1", false, GUIEditor.window[2])
        guiSetAlpha(GUIEditor.window[255], 1.00)
        guiSetProperty(GUIEditor.window[255], "CaptionColour", "FF56A865")
        GUIEditor.button[5] = guiCreateStaticImage(43, 46, 397, 260, "TXSAS.png", false, GUIEditor.window[255])
        GUIEditor.button[6] = guiCreateButton(17, 437, 220, 50, "Login", false, GUIEditor.window[255])
        guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF285A00")
        GUIEditor.button[7] = guiCreateButton(14, 497, 223, 50, "Rigester", false, GUIEditor.window[255])
        guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF285A00")
        GUIEditor.button[8] = guiCreateButton(255, 497, 219, 50, "Quit :(", false, GUIEditor.window[255])
        guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FF5C0000")
        GUIEditor.button[9] = guiCreateButton(255, 437, 219, 50, "Hellp Password :(", false, GUIEditor.window[255])
        guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FF21283A")
        GUIEditor.edit[4] = guiCreateEdit(85, 328, 329, 34, "", false, GUIEditor.window[255])
        GUIEditor.edit[5] = guiCreateEdit(85, 381, 329, 34, "", false, GUIEditor.window[255])
        GUIEditor.label[4] = guiCreateLabel(92, 308, 308, 20, "Acounnct", false, GUIEditor.window[255])
        guiLabelSetColor(GUIEditor.label[4], 29, 92, 1)
        guiLabelSetHorizontalAlign(GUIEditor.label[4], "center", false)
        guiLabelSetVerticalAlign(GUIEditor.label[4], "center")
        GUIEditor.label[5] = guiCreateLabel(96, 362, 308, 20, "Passwrd", false, GUIEditor.window[255])
        guiLabelSetColor(GUIEditor.label[5], 29, 92, 1)
        guiLabelSetHorizontalAlign(GUIEditor.label[5], "center", false)
        guiLabelSetVerticalAlign(GUIEditor.label[5], "center")
		
        GUIEditor.window[1] = guiCreateWindow(10, 167, 369, 471, "[TXSAS]Register 0.1", false)
        guiWindowSetSizable(GUIEditor.window[1], false)
        guiSetAlpha(GUIEditor.window[1], 1.00)
        guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF56A865")
        GUIEditor.button[1] = guiCreateButton(10, 352, 142, 50, "Register", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[1], "default-bold-small")
        guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF1D5C01")
        GUIEditor.button[2] = guiCreateButton(217, 352, 142, 50, "Hellp", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[2], "default-bold-small")
        guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF21283A")
        GUIEditor.button[3] = guiCreateButton(10, 412, 350, 49, "Quit :(", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[3], "default-bold-small")
        guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF5C0000")
        GUIEditor.button[4] = guiCreateStaticImage(62, 29, 254, 170, "TXSAS.png", false, GUIEditor.window[1])
        GUIEditor.edit[1] = guiCreateEdit(72, 220, 244, 28, "", false, GUIEditor.window[1])
        GUIEditor.edit[2] = guiCreateEdit(72, 267, 244, 28, "", false, GUIEditor.window[1])
        GUIEditor.edit[3] = guiCreateEdit(72, 316, 244, 28, "", false, GUIEditor.window[1])
        GUIEditor.label[1] = guiCreateLabel(77, 199, 229, 21, "Acounnct", false, GUIEditor.window[1])
        guiLabelSetColor(GUIEditor.label[1], 29, 92, 1)
        guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false)
        guiLabelSetVerticalAlign(GUIEditor.label[1], "center")
        GUIEditor.label[2] = guiCreateLabel(77, 246, 229, 21, "Password", false, GUIEditor.window[1])
        guiLabelSetColor(GUIEditor.label[2], 29, 92, 1)
        guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false)
        guiLabelSetVerticalAlign(GUIEditor.label[2], "center")
        GUIEditor.label[3] = guiCreateLabel(72, 295, 229, 21, "RePassword", false, GUIEditor.window[1])
        guiLabelSetColor(GUIEditor.label[3], 29, 92, 1)
        guiLabelSetHorizontalAlign(GUIEditor.label[3], "center", false)
        guiLabelSetVerticalAlign(GUIEditor.label[3], "center")
		



        GUIEditor.window[3] = guiCreateWindow(967, 130, 389, 469, "[TXSAS]Password 0.1", false)
        guiWindowSetSizable(GUIEditor.window[3], false)
        guiSetAlpha(GUIEditor.window[3], 1.00)
        guiSetProperty(GUIEditor.window[3], "CaptionColour", "FF56A865")

        GUIEditor.button[10] = guiCreateButton(10, 413, 369, 46, "oK", false, GUIEditor.window[3])
        guiSetProperty(GUIEditor.button[10], "NormalTextColour", "FF285A00")
        GUIEditor.button[11] = guiCreateStaticImage(40, 35, 323, 197, "TXSAS.png", false, GUIEditor.window[3])
        GUIEditor.edit[6] = guiCreateEdit(51, 257, 312, 32, "", false, GUIEditor.window[3])
        GUIEditor.edit[7] = guiCreateEdit(51, 309, 312, 32, "", false, GUIEditor.window[3])
        GUIEditor.edit[8] = guiCreateEdit(55, 361, 312, 32, "", false, GUIEditor.window[3])
        GUIEditor.label[6] = guiCreateLabel(65, 233, 288, 24, "Acounnct", false, GUIEditor.window[3])
        guiSetFont(GUIEditor.label[6], "default-bold-small")
        guiLabelSetColor(GUIEditor.label[6], 29, 92, 1)
        guiLabelSetHorizontalAlign(GUIEditor.label[6], "center", false)
        guiLabelSetVerticalAlign(GUIEditor.label[6], "center")
        GUIEditor.label[7] = guiCreateLabel(61, 289, 296, 20, "Password", false, GUIEditor.window[3])
        guiSetFont(GUIEditor.label[7], "default-bold-small")
        guiLabelSetColor(GUIEditor.label[7], 29, 92, 1)
        guiLabelSetHorizontalAlign(GUIEditor.label[7], "center", false)
        guiLabelSetVerticalAlign(GUIEditor.label[7], "center")
        GUIEditor.label[8] = guiCreateLabel(61, 341, 296, 20, "RePassword", false, GUIEditor.window[3])
        guiSetFont(GUIEditor.label[8], "default-bold-small")
        guiLabelSetColor(GUIEditor.label[8], 29, 92, 1)
        guiLabelSetHorizontalAlign(GUIEditor.label[8], "center", false)
        guiLabelSetVerticalAlign(GUIEditor.label[8], "center")    
    end
)


addEventHandler('onClientGUIClick',root, 
function() 
if source == GUIEditor.button[6] then
guiSetVisible(GUIEditor.window[255],false)
showCursor(false) 
end 
end 
) 

addEventHandler('onClientGUIClick',root, 
function() 
if source == GUIEditor.button[1] then 
guiSetVisible(GUIEditor.window[1],false)
end 
end 
) 


addEventHandler('onClientGUIClick',root, 
function() 
if source == GUIEditor.button[10] then 
guiSetVisible(GUIEditor.window[3],false)
end 
end 
) 

زي م شايفين ألاكواد

ألي أبي أطلب كود يفتح لوحه لا لوحه ثانيه

مهو يطلع زر أو أغلآق لوحه هذول سويتهم بـس م عرفت كيف أخلي يفتح لوحه لا الوحه الثانيه

ألمهم 
ألله يحفظكم وتدوم عليكم ألصحه والعافيه
وألله ينصر أخوننا ألعرب بـ كل مكان من كل ظالم
وآمين
كثيرهـ ألدعاء تقلل من ألسيئات 
ومع ألسلامه

  • Like 1
Link to comment
local KEDX="m" ---تختار رز يفتح اللوحه
function OPEDDN()
    guiSetVisible( GUIEditor.window[1], not guiGetVisible( GUIEditor.window[1] ) )  
   showCursor( guiGetVisible( GUIEditor.window[1] ) ) 
end
bindKey(KEDX,"down",OPEDDN)

----لا تنسي تغير اسم اللوحة 

 

Link to comment

جرب ذا اذا ماشتغل اللي فوق 

open = function()
    if guiGetVisible (GUIEditor.window[1]) then   
       guiSetVisible (GUIEditor.window[1], false )
       showCursor(false)
       guiSetInputEnabled(false)
    else
        guiSetVisible (GUIEditor.window[1], true )
        showCursor(true)
        guiSetInputEnabled(true)
end
end
bindKey('F5','down',open)

 

Link to comment
5 minutes ago, Abu-Solo said:

جرب ذا اذا ماشتغل اللي فوق 


open = function()    if guiGetVisible (GUIEditor.window[1]) then          guiSetVisible (GUIEditor.window[1], false )       showCursor(false)       guiSetInputEnabled(false)    else        guiSetVisible (GUIEditor.window[1], true )        showCursor(true)        guiSetInputEnabled(true)endendbindKey('F5','down',open)

 

مش انت هو اللي عنده غلط ض

Link to comment
Quote

local KEDX="m" ---تختار رز يفتح اللوحه
function OPEDDN()
    guiSetVisible( GUIEditor.window[1], not guiGetVisible( GUIEditor.window[1] ) )  
   showCursor( guiGetVisible( GUIEditor.window[1] ) ) 
end
bindKey(KEDX,"down",OPEDDN)
----لا تنسي تغير اسم اللوحة 
Quote


جرب ذا اذا ماشتغل اللي فوق 

?
open = function()
    if guiGetVisible (GUIEditor.window[1]) then   
       guiSetVisible (GUIEditor.window[1], false )
       showCursor(false)
       guiSetInputEnabled(false)
    else
        guiSetVisible (GUIEditor.window[1], true )
        showCursor(true)
        guiSetInputEnabled(true)
end
end
bindKey('F5','down',open)

 

 

ولا واحد زبط معي :(
وابي ألكود مافيه خاصيه تفتح الوحه بـ زر بـس أبي تفتح لوحه ثانيه

 

Link to comment
1 hour ago, x[B-B]'#Mr:SrOrE',<3 said:

ولا واحد زبط معي :(
وابي ألكود مافيه خاصيه تفتح الوحه بـ زر بـس أبي تفتح لوحه ثانيه

 

غير

GUIEditor.window[1]

الي

GUIEditor.window[2]

انت تبي لما تضغط علي الزر تفتحلك اللوحة الـ دي اكس؟

Link to comment
Quote

غير

GUIEditor.window[1]

الي

GUIEditor.window[2]

انت تبي لما تضغط علي الزر تفتحلك اللوحة الـ دي اكس؟

طيب وين ألزر حق يطلع ألوحه ثانيه

 

 

كل هذول حق لوحه

مافي مكان زر يفتح الوحه ثانيه

Link to comment

أبي يفتح ألوحه ألثانيه

 

أضغط علي زر Register يطلع لي ألوحه ألثانيه ألي مسويها انا

انا مسوي لوحه تسجيل أبي اول م يضغط علي زرتسجيل يطلع لوحه ألتسجيل

Link to comment
14 minutes ago, x[B-B]'#Mr:SrOrE',<3 said:

أبي يفتح ألوحه ألثانيه

 

أضغط علي زر Register يطلع لي ألوحه ألثانيه ألي مسويها انا

انا مسوي لوحه تسجيل أبي اول م يضغط علي زرتسجيل يطلع لوحه ألتسجيل

addEventHandler("onClientGUIClick",root,
  if source == YourButton then
    guiSetVisible(Window,true)
    guiSetVisible(GUIEditor.window[2],false)
    showCursor(true)
    elseif source == CloseButton then
    guiSetVisible(Window,false)
    guiSetVisible(GUIEditor.window[2],true)
    showCursor(true)
    end
  end
)

--- YourButton = اسم الزرار اللي بتضغط عليه عشان يفتح اللوحه
--- Window = اسم اللوحه الثانيه
--- CloseButton = اسم الزر اللي يقفل اللوحه الثانيه

 

Link to comment
2 hours ago, Abu-Solo said:

addEventHandler("onClientGUIClick",root,  if source == YourButton then    guiSetVisible(Window,true)    guiSetVisible(GUIEditor.window[2],false)    showCursor(true)    elseif source == CloseButton then    guiSetVisible(Window,false)    guiSetVisible(GUIEditor.window[2],true)    showCursor(true)    end  end)--- YourButton = اسم الزرار اللي بتضغط عليه عشان يفتح اللوحه--- Window = اسم اللوحه الثانيه--- CloseButton = اسم الزر اللي يقفل اللوحه الثانيه

 

شيل showCursor

لانه لما يضغط بيكون فاتح الازرار اصلا

وناقص فنكشن ..

Link to comment

ألكود حقك م زبط معي لآلآسف :( 
أذا تعرف واحد سهل ويكون يفتح الوحه ثانيه بدون زر أغلآق للوحه

 

addEventHandler("onClientRender", root,
    function()		
		local name = getPlayerName(localPlayer)
		local money = getPlayerMoney(localPlayer)
		local fps = getFPSLimit(player)
		local ping = getPlayerPing(localPlayer)
		local ipx = getElementData ( localPlayer , 'aIP' )
		local serialx = getElementData ( localPlayer , 'aSerial' )
		local Accountx = getElementData ( localPlayer , 'aAccount' )
		local Team = getTeamName (getPlayerTeam (localPlayer)) or 'No Team'
		local skin = getElementModel(localPlayer)
		dxDrawRectangle(0, 740, 1366, 28, tocolor(0, 0, 0, 254), false)
        dxDrawRectangle(0, 0, 1366, 28, tocolor(0, 0, 0, 254), false)
        dxDrawText("Name : "..name, 10, 0, 202, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
        dxDrawText("Money : "..money, 10, 740, 202, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
        dxDrawText("IP : "..ipx, 286, 0, 478, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
        dxDrawText("Serial : "..serialx.."", 659, 0, 851, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
        dxDrawText("Account Neam : "..Accountx, 960, 0, 1152, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
        dxDrawText("FPS : "..fps, 1252, -2, 1309, 29, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
        dxDrawText("Ping : "..ping, 1309, -2, 1366, 29, tocolor(157, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
        dxDrawText("Team : "..Team, 289, 740, 481, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
        dxDrawText("Skin : "..skin, 683, 740, 875, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
        dxDrawText("Players : "..#getElementsByType ('player'), 1020, 740, 1212, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false)
	end
)



GUIEditor = {
    button = {},
    window = {},
    label = {},
    edit = {}
}
addEventHandler("onClientResourceStart", resourceRoot,
    function()
        GUIEditor.window[2] = guiCreateStaticImage(0, 0, 1366, 768, "Random1.png", false)
        guiWindowSetSizable(GUIEditor.window[2], false) 
        showCursor(guiGetVisible(GUIEditor.window[2]))
		
        Login = guiCreateWindow(442, 89, 484, 559, "[TXSAS]Login 0.1", false, GUIEditor.window[2])
        guiSetAlpha(Login, 1.00)
        guiSetProperty(Login, "CaptionColour", "FF56A865")
        GUIEditor.button[5] = guiCreateStaticImage(43, 46, 397, 260, "TXSAS.png", false, Login)
        GUIEditor.button[6] = guiCreateButton(17, 437, 220, 50, "Login", false, Login)
        guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF285A00")
        GUIEditor.button[7] = guiCreateButton(14, 497, 223, 50, "Rigester", false, Login)
        guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF285A00")
        GUIEditor.button[8] = guiCreateButton(255, 497, 219, 50, "Quit :(", false, Login)
        guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FF5C0000")
        GUIEditor.button[9] = guiCreateButton(255, 437, 219, 50, "Hellp Password :(", false, Login)
        guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FF21283A")
        GUIEditor.edit[4] = guiCreateEdit(85, 328, 329, 34, "", false, Login)
        GUIEditor.edit[5] = guiCreateEdit(85, 381, 329, 34, "", false, Login)
        GUIEditor.label[4] = guiCreateLabel(92, 308, 308, 20, "Acounnct", false, Login)
        guiLabelSetColor(GUIEditor.label[4], 29, 92, 1)
        guiLabelSetHorizontalAlign(GUIEditor.label[4], "center", false)
        guiLabelSetVerticalAlign(GUIEditor.label[4], "center")
        GUIEditor.label[5] = guiCreateLabel(96, 362, 308, 20, "Passwrd", false, Login)
        guiLabelSetColor(GUIEditor.label[5], 29, 92, 1)
        guiLabelSetHorizontalAlign(GUIEditor.label[5], "center", false)
        guiLabelSetVerticalAlign(GUIEditor.label[5], "center")
		
        Register = guiCreateWindow(10, 167, 369, 471, "[TXSAS]Register 0.1", false)
        guiWindowSetSizable(Register, false)
        guiSetAlpha(Register, 1.00)
        guiSetProperty(Register, "CaptionColour", "FF56A865")
        GUIEditor.button[1] = guiCreateButton(10, 352, 142, 50, "Register", false, Register)
        guiSetFont(GUIEditor.button[1], "default-bold-small")
        guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF1D5C01")
        GUIEditor.button[2] = guiCreateButton(217, 352, 142, 50, "Hellp", false, Register)
        guiSetFont(GUIEditor.button[2], "default-bold-small")
        guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF21283A")
        GUIEditor.button[3] = guiCreateButton(10, 412, 350, 49, "Quit :(", false, Register)
        guiSetFont(GUIEditor.button[3], "default-bold-small")
        guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF5C0000")
        GUIEditor.button[4] = guiCreateStaticImage(62, 29, 254, 170, "TXSAS.png", false, Register)
        GUIEditor.edit[1] = guiCreateEdit(72, 220, 244, 28, "", false, Register)
        GUIEditor.edit[2] = guiCreateEdit(72, 267, 244, 28, "", false, Register)
        GUIEditor.edit[3] = guiCreateEdit(72, 316, 244, 28, "", false, Register)
        GUIEditor.label[1] = guiCreateLabel(77, 199, 229, 21, "Acounnct", false, Register)
        guiLabelSetColor(GUIEditor.label[1], 29, 92, 1)
        guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false)
        guiLabelSetVerticalAlign(GUIEditor.label[1], "center")
        GUIEditor.label[2] = guiCreateLabel(77, 246, 229, 21, "Password", false, Register)
        guiLabelSetColor(GUIEditor.label[2], 29, 92, 1)
        guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false)
        guiLabelSetVerticalAlign(GUIEditor.label[2], "center")
        GUIEditor.label[3] = guiCreateLabel(72, 295, 229, 21, "RePassword", false, Register)
        guiLabelSetColor(GUIEditor.label[3], 29, 92, 1)
        guiLabelSetHorizontalAlign(GUIEditor.label[3], "center", false)
        guiLabelSetVerticalAlign(GUIEditor.label[3], "center")
		



        Pass = guiCreateWindow(967, 130, 389, 469, "[TXSAS]Password 0.1", false)
        guiWindowSetSizable(Pass, false)
        guiSetAlpha(Pass, 1.00)
        guiSetProperty(Pass, "CaptionColour", "FF56A865")

        GUIEditor.button[10] = guiCreateButton(10, 413, 369, 46, "oK", false, Pass)
        guiSetProperty(GUIEditor.button[10], "NormalTextColour", "FF285A00")
        GUIEditor.button[11] = guiCreateStaticImage(40, 35, 323, 197, "TXSAS.png", false, Pass)
        GUIEditor.edit[6] = guiCreateEdit(51, 257, 312, 32, "", false, Pass)
        GUIEditor.edit[7] = guiCreateEdit(51, 309, 312, 32, "", false, Pass)
        GUIEditor.edit[8] = guiCreateEdit(55, 361, 312, 32, "", false, Pass)
        GUIEditor.label[6] = guiCreateLabel(65, 233, 288, 24, "Acounnct", false, Pass)
        guiSetFont(GUIEditor.label[6], "default-bold-small")
        guiLabelSetColor(GUIEditor.label[6], 29, 92, 1)
        guiLabelSetHorizontalAlign(GUIEditor.label[6], "center", false)
        guiLabelSetVerticalAlign(GUIEditor.label[6], "center")
        GUIEditor.label[7] = guiCreateLabel(61, 289, 296, 20, "Password", false, Pass)
        guiSetFont(GUIEditor.label[7], "default-bold-small")
        guiLabelSetColor(GUIEditor.label[7], 29, 92, 1)
        guiLabelSetHorizontalAlign(GUIEditor.label[7], "center", false)
        guiLabelSetVerticalAlign(GUIEditor.label[7], "center")
        GUIEditor.label[8] = guiCreateLabel(61, 341, 296, 20, "RePassword", false, Pass)
        guiSetFont(GUIEditor.label[8], "default-bold-small")
        guiLabelSetColor(GUIEditor.label[8], 29, 92, 1)
        guiLabelSetHorizontalAlign(GUIEditor.label[8], "center", false)
        guiLabelSetVerticalAlign(GUIEditor.label[8], "center")    
    end
)


addEventHandler('onClientGUIClick',root, 
function() 
if source == GUIEditor.button[6] then
guiSetVisible(Login,false)
showCursor(false) 
end 
end 
) 

addEventHandler('onClientGUIClick',root, 
function() 
if source == GUIEditor.button[1] then 
guiSetVisible(Register,false)
end 
end 
) 


addEventHandler('onClientGUIClick',root, 
function() 
if source == GUIEditor.button[10] then 
guiSetVisible(Pass,false)
end 
end 
) 

addEventHandler('onClientGUIClick',root, 
function() 
if source == GUIEditor.button[6] then 
guiSetVisible(GUIEditor.window[2],false)
end 
end 
) 

addEventHandler('onClientGUIClick',root, 
function() 
if source == GUIEditor.button[6] then 
guiSetVisible(Register,false)
end 
end 
) 

addEventHandler('onClientGUIClick',root, 
function() 
if source == GUIEditor.button[6] then 
guiSetVisible(Pass,false)
end 
end 
) 

لآني سويت ألكود حطيت لهم زر أغلآق للوحه

Link to comment
13 hours ago, Rakan# said:

شيل showCursor

لانه لما يضغط بيكون فاتح الازرار اصلا

وناقص فنكشن ..

الماوس مخليه يظهر عشان لو فتح لوحه ثانيه وفيها فنكشن الغاء الماوس ما يطير الماوس او يقدر يخليها كذا

if guiGetVisible(Window,true) then

showCursor(true)

 

 

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