+Source|> Posted May 24, 2017 Share Posted May 24, 2017 سلام عليكم ورحمة الله اريد كود لاهنتم انا مسوي لوحه gui واريد لما احد يكتب شي ب GUIEditor.edit[1] يظهر اللي كتبه بالشات ارجو الافادة Link to comment
' A F . Posted May 24, 2017 Share Posted May 24, 2017 onClientGUIChanged outputChatBox -- لو تبية للكل triggerServerEvent outputChatBox Link to comment
+Source|> Posted May 24, 2017 Author Share Posted May 24, 2017 1 minute ago, Default said: onClientGUIChanged outputChatBox -- لو تبية للكل triggerServerEvent outputChatBox مثال Link to comment
^iiEcoo'x_) Posted May 24, 2017 Share Posted May 24, 2017 طلبك تلاقيه في هذا الشرح :) Link to comment
' A F . Posted May 24, 2017 Share Posted May 24, 2017 addEventHandler("onClientGUIChanged",root,function ( ) if ( source == GUIEditor.edit[1] and guiGetText ( source ) == "Hello" ) then outputChatBox ( "Hi" , 0,255,0 , true ); end end ); Link to comment
+Source|> Posted May 24, 2017 Author Share Posted May 24, 2017 18 minutes ago, #_iMr.[E]coo said: طلبك تلاقيه في هذا الشرح شكرا لكم Link to comment
#BrosS Posted May 24, 2017 Share Posted May 24, 2017 2 hours ago, Default said: addEventHandler("onClientGUIChanged",root,function ( ) if ( source == GUIEditor.edit[1] and guiGetText ( source ) == "Hello" ) then outputChatBox ( "Hi" , 0,255,0 , true ); end end ); ينفع outputChatBox(guiGetText ....) ? :))):))) Link to comment
' A F . Posted May 24, 2017 Share Posted May 24, 2017 كيف مافهمت ؟ تقصد كذا ؟ iprint ( guiGetText ( element ) ) ? Link to comment
!#NssoR_) Posted May 24, 2017 Share Posted May 24, 2017 Just now, #BrosS said: ينفع outputChatBox(guiGetText ....) ? :))):))) يب Link to comment
#BrosS Posted May 24, 2017 Share Posted May 24, 2017 @Default لا انا اقصد شفتك متحقق اذا الاديت مكتوب فيه هلو يطلع له هاي ض وهو يقول يبي يطلع وش كاتب بالاديت وانا سألت ليه مايطلع مباشرة الكلام بدون تحقق لاني ماجربتها من قبل @!#NssoR_) شكرا على المعلومة 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