Mohamed Salah Posted April 30, 2018 Share Posted April 30, 2018 سلام عليكم لو مثلا سويت زر اسمه : 1111 وابي لما احد يضغط الزر يطلع اسم الزر بالشات بـ getGuitText ? Link to comment
+Source|> Posted April 30, 2018 Share Posted April 30, 2018 1 hour ago, Mohamed Salah said: سلام عليكم لو مثلا سويت زر اسمه : 1111 وابي لما احد يضغط الزر يطلع اسم الزر بالشات بـ getGuitText ? guiGetText outputChatBox 'onClientGUIClick' Link to comment
#[K]aTakuRI-,? Posted May 1, 2018 Share Posted May 1, 2018 addEventHandler("onClientGUIClick",root, function() if ( source == اسم الزر ) then local button_name = guiGetText(source) outputChatBox(""..button_name.."",0,255,0,true) 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