Jump to content

مساعده لاصحاب الخير


Recommended Posts

جزاك الله خير ماتقصر يا تآبل

ض11ض1ض1ضض1ض1ض1ض1ض1ض1ض1ض

ض2ض2ض2ض2ض2ض2ض2ض2ض2ض2ض2ض

ض3ض3ض3ض3ض3ض3ض3ض33ض3ض3ض3ضض4ض4ض4ض4

4ض4ض4ض4ض4ض4ض4ض4ض4ض4ض44ضض4ض44ض4ضض4ض44ض

ض5ض5ض55ضض55ضض5ض5ض5ض5ض5ض55ض5ض5ض55ض55ض5555ض5ض5ض5ض5ض

Link to comment

الكود

ككذا صح

addCommandHandler( "clipboard", 
   function( command, ... ) 
      local text = table.concat({...}, " ")  
      local success = setClipboard( text ) 
      if ( source ==  GUIEditor_Button[27] ) then 
         outputChatBox( "Clipboard text set to: " .. text, 0, 255, 0 )  
      else 
         outputChatBox( "Failed to set the clipboards text", 255, 0, 0 ) 
      end 
   end 
) 

سويته في مشاكل ولالا

Link to comment

اوكي باسمحه

يسير الكود كذا

addCommandHandler( "clipboard",  
   function( command, ... ) 
      local text = table.concat({...}, " ")  
      local success = setClipboard( text )  
      if success then 
         outputChatBox( "Clipboard text set to: " .. text, 0, 255, 0 )  
      else 
         outputChatBox( "Failed to set the clipboards text", 255, 0, 0 )  
      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...