Jump to content

طلب شرح


Recommended Posts

-- Client Side # 
wnd = guiCreateWindow(516,127,439,425,"مود القروبات",false) 
guiSetAlpha ( wnd, 1 ) 
but = guiCreateButton(69,106,288,39,"اعضاء المجموعة",false,wnd) 
  
addEventHandler ( "onClientGUIClick", but, 
    function ( ) 
        guiSetVisible ( mem, true ) 
        guiBringToFront ( mem ) 
    end 
) 
  
mem = guiCreateWindow(543,179,411,342,"",false) 
guiSetAlpha ( mem, 1 ) 
lol = guiCreateGridList(11,25,391,308,false,mem) 
guiGridListSetSelectionMode(lol,2)   
guiGridListAddColumn(lol,"Name",0.2)    
guiGridListAddColumn(lol,"Rank",0.2)    
guiGridListAddColumn(lol,"Last Day",0.2) 

addEventHandler ( "onClientGUIClick", but, 
    function ( ) 
        guiSetVisible ( mem, true ) 
        guiBringToFront ( mem ) 
    end,false 
) 

Link to comment
-- Client Side # 
wnd = guiCreateWindow(516,127,439,425,"مود القروبات",false) 
guiSetAlpha ( wnd, 1 ) 
but = guiCreateButton(69,106,288,39,"اعضاء المجموعة",false,wnd) 
  
addEventHandler ( "onClientGUIClick", but, 
    function ( ) 
        guiSetVisible ( mem, true ) 
        guiBringToFront ( mem ) 
    end 
) 
  
mem = guiCreateWindow(543,179,411,342,"",false) 
guiSetAlpha ( mem, 1 ) 
lol = guiCreateGridList(11,25,391,308,false,mem) 
guiGridListSetSelectionMode(lol,2)   
guiGridListAddColumn(lol,"Name",0.2)    
guiGridListAddColumn(lol,"Rank",0.2)    
guiGridListAddColumn(lol,"Last Day",0.2) 

addEventHandler ( "onClientGUIClick", but, 
    function ( ) 
        guiSetVisible ( mem, true ) 
        guiBringToFront ( mem ) 
    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...