Search the Community
Showing results for tags 'طللـــب كود'.
-
شباب دو الاكواد GUIEditor = { button = {}, window = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(452, 321, 437, 352, "النافذةة || By Pro", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF1EBEE0") guiSetVisible( GUIEditor.window[1], false ) GUIEditor.button[1] = guiCreateButton(129, 167, 141, 51, "الزر", false, GUIEditor.window[1]) local font0_PetitFormalScript = guiCreateFont(":guieditor/fonts/PetitFormalScript.ttf", 0) guiSetFont(GUIEditor.button[1], font0_PetitFormalScript) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF1EBEE0") c = guiCreateLabel(532, 569, 260, 27, "TessT system | By Pro & Ping | Beta versions", false) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 30, 190, 224) guiSetVisible( GUIEditor.label[1], false) end ) function OpenWin() 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("F6", "down", OpenWin) addEventHandler( "onClientGUIClick", root, function( ) if source == GUIEditor.button[1] then بدي عند الضغط على زر يخرج GUIEditor.label[1] يبقى 5 ثواني ويروح