VlageZ Posted May 28, 2019 Share Posted May 28, 2019 I typed this script: text1 = dxDrawText ( "Click to copy", 700, 828, 150,"Click to copy" ) function setClipboard (texts) txt = texts end addEventHandler("onClientGUIClick", tex1, setClipboard, false) when i click to copy to clipboard its dosent work why? Link to comment
Captain Cody Posted May 28, 2019 Share Posted May 28, 2019 (edited) text1 = dxDrawText ( "Click to copy", 700, 828, 150,"Click to copy" ) function setClipboardF (texts) setClipboard(texts) end addEventHandler("onClientGUIClick", tex1, setClipboardF, false) Edited May 28, 2019 by CodyJ(L) 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