iPrestege Posted May 6, 2013 Share Posted May 6, 2013 -- 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
K1NG Posted May 6, 2013 Share Posted May 6, 2013 -- 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now