Jump to content

Function


#MFGR7OM

Recommended Posts

بسم الله الرحمن الرحيم

السلام عليكم ورحمة الله وبركاته

يشباب اليوم ابي فنكش انا بسوي سكربت اختصارات [قريد لست] انا مجهز كل شي بس ابي لما يضغط على نسخ ينسخ الكلام الي محدد عليه اتمنى فهمتوني وشكرا

Link to comment

جرب

  
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...