Jump to content

طلب سريع


Recommended Posts

شكلك تستهبل صح انا مجربهم الا

اذا انت مسوي لوحتين اي كلام مشان ماتحط لوحتك مشان لا تنسرق ولما حطيت لك الاكواد

رحت تعدلها على لوحتك الاصليه مشان

تشتغل

واكيد سويت شي غلط ومع هيك ماشتغلت -________________-

Link to comment
اعمل زي و اخرج -_- يطلبو مساعدة و تصليح كود و هم مو ضايفن الكود اصلن ولا يبون يضيفوه اطفال اوي

سوال بس من الطفل ^؟

وبعدين اخ soking

كودك ما اشتغل

لان ما في قبل الكلوم

local clomun

لين حطيطه اشتغل

لا تجيب كلام من دمغاك

Link to comment
  
GUIEditor = { checkbox = {}, window = {}, button = {} } 
GUIEditor.window[1] = guiCreateWindow(289, 180, 374, 286, "#text", false) 
guiWindowSetSizable(GUIEditor.window[1], false) 
guiSetVisible(GUIEditor.window[1], false) 
GUIEditor.checkbox[1] = guiCreateCheckBox(14, 67, 246, 15, "Card", false, false, GUIEditor.window[1]) 
GUIEditor.checkbox[2] = guiCreateCheckBox(14, 97, 246, 15, "STC", false, false, GUIEditor.window[1]) 
GUIEditor.button[2] = guiCreateButton(76, 154, 225, 27, "Send", false, GUIEditor.window[1])     
wnd = guiCreateWindow(90, 103, 618, 437, "#", false) 
guiWindowSetSizable(wnd, false) 
guiSetVisible(wnd, false ) 
grid = guiCreateGridList(9, 21, 599, 406, false, wnd) 
guiGridListAddColumn(grid, "ChedkBox", 0.2) 
  
guiSetVisible ( GUIEditor.window[1], false ) 
guiSetVisible ( wnd, false ) 
  
bindKey("F10", "down",  
function ( ) 
    guiSetVisible ( GUIEditor.window[1], not guiGetVisible(GUIEditor.window[1]) ) 
        showCursor( guiGetVisible(GUIEditor.window[1]) ) 
            guiSetInputEnabled( guiGetVisible(GUIEditor.window[1]) ) 
end ) 
  
  
 bindKey("F9", "down",  
function ( ) 
    guiSetVisible ( wnd, not guiGetVisible(wnd) ) 
        showCursor( guiGetVisible(wnd) ) 
            guiSetInputEnabled( guiGetVisible(wnd) ) 
end ) 
  
  
  
addEventHandler('onClientGUIClick',GUIEditor.button[2], 
function ( ) 
guiGridListClear(grid ) 
if ( guiCheckBoxGetSelected(GUIEditor.checkbox[1]) == true ) then 
        guiGridListSetItemText( grid, guiGridListAddRow( grid ), Colmn,'1 Card',false,false) 
        end 
if ( guiCheckBoxGetSelected(GUIEditor.checkbox[2]) == true )  then 
        guiGridListSetItemText( grid, guiGridListAddRow( grid ), Colmn,'STC',false,false) 
    end 
end , false ) 

راجع الكود وجربه

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