-#GMG Posted December 8, 2017 Share Posted December 8, 2017 السلام عليكم اولا .. انا سويت جريد ليست ابي لم احد يحدد منها شي ويضغط زر يوصل للوحه ثانيه بجريد ليست الي هو حدده واسم حسابه Link to comment
-#GMG Posted December 8, 2017 Author Share Posted December 8, 2017 حد يعبرنا ... الموضوع له 5 ساعات Link to comment
SycroX Posted December 9, 2017 Share Posted December 9, 2017 addEventHandler("onClientGUIClick", guiRoot, function() if source == yourButton then local Row = guiGridListGetSelectedItem(yourGridlist) if Row and Row ~= -1 then local text, data = guiGridListGetItemText(yourGridlist, Row, 1), guiGridListGetItemData(yourGridlist, Row, 1) if text ~= "" then local Row2 = guiGridListGetSelectedItem(yourGridlist2) if Row2 and Row2 ~= -1 then guiGridListSetItemText(yourGridlist2, Row2, text, false, false) guiGridListSetItemData(yourGridlist2, Row2, data,) end end end end end ) 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