#MFGR7OM Posted January 27, 2015 Share Posted January 27, 2015 بسم الله الرحمن الرحيم السلام عليكم ورحمة الله وبركاته يشباب اليوم ابي فنكش انا بسوي سكربت اختصارات [قريد لست] انا مجهز كل شي بس ابي لما يضغط على نسخ ينسخ الكلام الي محدد عليه اتمنى فهمتوني وشكرا Link to comment
justboy Posted January 27, 2015 Share Posted January 27, 2015 Event : - onClientGUIClick guiGridListGetSelectedItem guiGridListGetItemText setClipboard Link to comment
' A F . Posted January 27, 2015 Share Posted January 27, 2015 جرب addEventHandler("onClientGUIClick",root, function () if source == GUIEditor.button[1] then local sel = guiGridListGetSelectedItem(GUIEditor.gridlist[1]) if sel ~= -1 then ProGamer = guiGridListGetItemText(GUIEditor.gridlist[1],sel,1) setClipboard(tostring(ProGamer)) 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