Jump to content

طلب كود عقدني :/


Recommended Posts

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

اخبار وعلوم , وش مسوين ان شاء الله تمام :D

مـن الآخر ==_

ي شباب انا سويت نافذه حـق كمبيوتر مركزي *

Button 4 وفي النافذه نفسها عدد البتن او الزر

ابي كود يفتح نافذة القوانين مع الضغطة على الزر ويقفلها مع الضغطة الثانيه

الي عنده لايبخـل ترا البخل شين :lol:

وانا مـدور بالمنتدى بس م حصلته = كثر مواضيع كلها طلبات , مثلي يعني

ع العمموم الي يجيبه لي اكون شاكر لـهه ,#

Link to comment
  
         addEventHandler('onClientGUIClick', root, 
     function () 
       if ( source == GUIEditor.button[4] ) then 
            guiSetVisible( GUIEditor.window[1], true ) 
            showCursor( guiGetVisible ( GUIEditor.window[1] ) ) 
 else 
            guiSetVisible( GUIEditor.window[1], false ) 
            showCursor( guiGetVisible ( GUIEditor.window[1] ) ) 
end 
end 
) 

جرب :mrgreen:

Link to comment
ماش ماضبط :/:mrgreen:

اكيد؟

شف رقم الزر الي انا حاطه 4

و شف الكود حقك اسم الويندو نفس الي بالكود الي انا عطيتك اياه او لا

لأنه انا يشتغل معي

بس اذا تبي تطلفي الشاشه اظغط على الزر او اي مكان بالشاشه

Link to comment
ماش ماضبط :/:mrgreen:

اكيد؟

شف رقم الزر الي انا حاطه 4

و شف الكود حقك اسم الويندو نفس الي بالكود الي انا عطيتك اياه او لا

لأنه انا يشتغل معي

بس اذا تبي تطلفي الشاشه اظغط على الزر او اي مكان بالشاشه

سويته و ماضبط

+ wnd1 انا مغير الفنكشن حق لوحة الكمبيوتر لـ

+ wnd2 ومغير الفنكشن حق لوحة القوانين لـ

+ btn2 غيرته لـ GuiEditor.button = الزر الي ابي لوحة القوانين تجي عليه

Link to comment

هذا الكود ~_~

----------------------- 
-- ** Rules v1.2 Script 
-- Created By F[H]aWh 
-- Ver 1.2.0 
-- BBM : 7DA099BE 
-- Jeddah Server 
---------------------- 
wnd1 = اسم النافذه حق الكمبيوتر 
wnd2 = بـ كود ثاني = لوحة القوانين 
---------------------- 
-- Setting 
---------------------- 
  
local Key = "F3" 
  
function centerWindow(center_window) 
    local screenW,screenH=guiGetScreenSize() 
    local windowW,windowH=guiGetSize(center_window,false); 
    local x,y = (screenW-windowW)/2,(screenH-windowH)/2 
    guiSetPosition(center_window,x,y,false); 
end 
  
addEventHandler("onClientResourceStart",resourceRoot, 
    function() 
        wnd1 = {} 
        GUIEditor_Label = {} 
        GUIEditor_Progress = {} 
         
        wnd1 = guiCreateWindow(0.5688,0.1953,0.2738,0.388,"Jeddah City [ Computer Center ]",true) 
        guiSetAlpha(wnd1,1) 
        btn1 = guiCreateButton(12,33,170,48,"ساعات الرتـــب",false,wnd1) 
        btn2 = guiCreateButton(194,34,167,47,"قوانين الســيرفر",false,wnd1) --  wnd2 ذا الزر الي ابيه يفتح نافذة ـ  
        btn3 = guiCreateButton(14,152,173,53,"جــزيرة ( جدهـ لآند )",false,wnd1) 
        btn4 = guiCreateButton(200,154,159,54,"توب درفــــت",false,wnd1) 
        GUIEditor_Label[1] = guiCreateLabel(136,273,114,17,"Created By F[H]aWh",false,wnd1) 
        guiLabelSetColor(GUIEditor_Label[1],255,0,0) 
        GUIEditor_Label[2] = guiCreateLabel(114,232,221,20,"الكمبيوتـر المركزي لـ F[H]aWh",false,wnd1) 
        guiLabelSetColor(GUIEditor_Label[2],0,255,0) 
        GUIEditor_Progress[1] = guiCreateProgressBar(9,228,60,61,false,wnd1) 
        GUIEditor_Progress[2] = guiCreateProgressBar(301,231,59,56,false,wnd1) 
        end 
    ) 
  
 Font = guiCreateFont( "File/Font.ttf", 10 )  
 Font = guiCreateFont( "File/btn.png", 10 )  
  
xFhaWhFunction_ = function () 
    guiSetVisible(wnd1,not guiGetVisible(wnd1)); 
    showCursor(guiGetVisible(wnd1)); 
end 
bindKey(Key,"down",xFhaWhFunction_); 

Link to comment

يشتغل تمام

شف سويته لك

----------------------- 
-- ** Rules v1.2 Script 
-- Created By F[H]aWh 
-- Ver 1.2.0 
-- BBM : 7DA099BE 
-- Jeddah Server 
---------------------- 
  
---------------------- 
-- Setting 
---------------------- 
  
local Key = "F3" 
  
function centerWindow(center_window) 
    local screenW,screenH=guiGetScreenSize() 
    local windowW,windowH=guiGetSize(center_window,false); 
    local x,y = (screenW-windowW)/2,(screenH-windowH)/2 
    guiSetPosition(center_window,x,y,false); 
end 
  
addEventHandler("onClientResourceStart",resourceRoot, 
    function() 
        wnd1 = {} 
        GUIEditor_Label = {} 
        GUIEditor_Progress = {} 
        
        wnd1 = guiCreateWindow(0.5688,0.1953,0.2738,0.388,"Jeddah City [ Computer Center ]",true) 
        guiSetAlpha(wnd1,1) 
        btn1 = guiCreateButton(12,33,170,48,"ساعات الرتـــب",false,wnd1) 
        btn2 = guiCreateButton(194,34,167,47,"قوانين الســيرفر",false,wnd1) --  wnd2 ذا الزر الي ابيه يفتح نافذة ـ 
        btn3 = guiCreateButton(14,152,173,53,"جــزيرة ( جدهـ لآند )",false,wnd1) 
        btn4 = guiCreateButton(200,154,159,54,"توب درفــــت",false,wnd1) 
        GUIEditor_Label[1] = guiCreateLabel(136,273,114,17,"Created By F[H]aWh",false,wnd1) 
        guiLabelSetColor(GUIEditor_Label[1],255,0,0) 
        GUIEditor_Label[2] = guiCreateLabel(114,232,221,20,"الكمبيوتـر المركزي لـ F[H]aWh",false,wnd1) 
        guiLabelSetColor(GUIEditor_Label[2],0,255,0) 
        GUIEditor_Progress[1] = guiCreateProgressBar(9,228,60,61,false,wnd1) 
        GUIEditor_Progress[2] = guiCreateProgressBar(301,231,59,56,false,wnd1) 
        end 
 ) 
  
 Font = guiCreateFont( "File/Font.ttf", 10 ) 
 Font = guiCreateFont( "File/btn.png", 10 ) 
  
  
 ------------------------------------------- 
  
 -- حط تحت كود النافذه حقت القوانين  
 ------- 
    addEventHandler ( "onClientResourceStart", resourceRoot, function(   ) 
        wnd2 = guiCreateWindow(568, 223, 568, 442, "test", false) 
        guiWindowSetSizable(wnd2, false) 
        guiSetAlpha(wnd2, 1.00) 
        guiSetVisible( wnd2, false ) 
    end 
) 
---------------------------------- 
  
  
xFhaWhFunction_ = function () 
    guiSetVisible(wnd1,not guiGetVisible(wnd1)); 
    showCursor(guiGetVisible(wnd1)); 
end 
bindKey(Key,"down",xFhaWhFunction_); 
  
xFhaWhFunction_ = function () 
    guiSetVisible(wnd2,not guiGetVisible(wnd2)); 
    showCursor(guiGetVisible(wnd2)); 
end 
bindKey(Key,"down",xFhaWhFunction_); 
  
         addEventHandler('onClientGUIClick', root, 
     function () 
       if ( source == btn2) then 
            guiSetVisible( wnd2, true ) 
            showCursor( guiGetVisible ( wnd2 ) ) 
 else 
            guiSetVisible( wnd2, false ) 
            showCursor( guiGetVisible ( wnd2 ) ) 
end 
end 
) 

بس حط مكان النافذه الثانيه

الي انا مسويها لك

الاكواد حقت نافذة القوانين

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