AboFaisal Posted July 20, 2013 Author Share Posted July 20, 2013 انا معطيك مثال وانت زودت عليه ذذ GUIEditor = { gridlist = {}, window = {}, button = {} } GUIEditor.window[1] = guiCreateWindow(273, 203, 232, 263, "", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.gridlist[1] = guiCreateGridList(9, 26, 213, 199, false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(75, 232, 74, 21, "أختيــار", false,GUIEditor.window[1]) local Column = guiGridListAddColumn(GUIEditor.gridlist[1], "الأسماء", 0.9) local Row = guiGridListAddRow ( GUIEditor.gridlist[1] ) guiGridListSetItemText ( GUIEditor.gridlist[1], Row, Column, 'عمر', false, false ) addEventHandler('onClientGUIClick',Button, function() if guiGridListGetSelectedItem ( GUIEditor.gridlist[1] ) ~= -1 then local Get = guiGridListGetItemText ( GUIEditor.gridlist[1], guiGridListGetSelectedItem ( GUIEditor.gridlist[1] ), 1 ) if ( Get ) then triggerServerEvent("ShowInScoreBoard",localPlayer,Get) end end end,false ) لبى قلبك .. كل شي شغآل بس السيرفر خربآن مايجي في التاب عمر .. Link to comment
فاّرس Posted July 20, 2013 Share Posted July 20, 2013 غير scoreboard لأني جربته عندي شغال Link to comment
AboFaisal Posted July 20, 2013 Author Share Posted July 20, 2013 ماأشتغل غيرت التاب من القديم إلى الجديد ماصار شي وحملت التابات المعدله ونفس الشي Link to comment
فاّرس Posted July 20, 2013 Share Posted July 20, 2013 متأكد انا جربته وشغال ذذ, + اطرح الكنلت كامل والسيرفر كامل , Link to comment
AboFaisal Posted July 20, 2013 Author Share Posted July 20, 2013 متأكد انا جربته وشغال ذذ, + اطرح الكنلت كامل والسيرفر كامل , عطيتك خآص ~ 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