KillerX Posted February 5, 2019 Share Posted February 5, 2019 (edited) 56 minutes ago, NX_CI said: X Wrong guiSetVisible ( element guiElement, bool state ) _table = {} table[0] = guiCreateWindow(...) -- اللوحة الاولي مع الرو الاول table[1] = guiCreateWindow(...) -- اللوحة الثانية مع الرو الثاني -- window1 = اللوحة الاولى window2 = اللوحة الثانية function ondoubleclick() local row,_=guiGridListGetSelectedItem(gridlist) if row~= -1 then guiSetVisible( _table[ row ] , true ) end end addEventHandler('onClientGUIDoubleClick',root,ondoubleclick) R Right ب بطة Edited February 5, 2019 by KillerX Link to comment
nxFairlywell Posted February 5, 2019 Share Posted February 5, 2019 2 hours ago, KillerX said: _table = {} table[0] = guiCreateWindow(...) -- اللوحة الاولي مع الرو الاول table[1] = guiCreateWindow(...) -- اللوحة الثانية مع الرو الثاني -- window1 = اللوحة الاولى window2 = اللوحة الثانية function ondoubleclick() local row,_=guiGridListGetSelectedItem(gridlist) if row~= -1 then guiSetVisible( _table[ row ] , true ) end end addEventHandler('onClientGUIDoubleClick',root,ondoubleclick) R Right ب بطة X Wrong Link to comment
KillerX Posted February 5, 2019 Share Posted February 5, 2019 26 minutes ago, NX_CI said: X Wrong _table = {} _table[0] = guiCreateWindow(...) -- اللوحة الاولي مع الرو الاول _table[1] = guiCreateWindow(...) -- اللوحة الثانية مع الرو الثاني -- window1 = اللوحة الاولى window2 = اللوحة الثانية function ondoubleclick() local row,_=guiGridListGetSelectedItem(gridlist) if row~= -1 then guiSetVisible( _table[ row ] , true ) end end addEventHandler('onClientGUIDoubleClick',root,ondoubleclick) ت تفاحة Link to comment
' A F . Posted February 5, 2019 Share Posted February 5, 2019 @NX_CI كلام كيلر صحيح , مافيه شيء خطا . 1 Link to comment
nxFairlywell Posted February 5, 2019 Share Posted February 5, 2019 3 minutes ago, Default#^ said: @NX_CI كلام كيلر صحيح , مافيه شيء خطا . بعد التعديل صحيح 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