+Source|> Posted May 24, 2017 Posted May 24, 2017 سلام عليكم ورحمة الله اريد كود لاهنتم انا مسوي لوحه gui واريد لما احد يكتب شي ب GUIEditor.edit[1] يظهر اللي كتبه بالشات ارجو الافادة
' A F . Posted May 24, 2017 Posted May 24, 2017 onClientGUIChanged outputChatBox -- لو تبية للكل triggerServerEvent outputChatBox
+Source|> Posted May 24, 2017 Author Posted May 24, 2017 1 minute ago, Default said: onClientGUIChanged outputChatBox -- لو تبية للكل triggerServerEvent outputChatBox مثال
' A F . Posted May 24, 2017 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 );
+Source|> Posted May 24, 2017 Author Posted May 24, 2017 18 minutes ago, #_iMr.[E]coo said: طلبك تلاقيه في هذا الشرح شكرا لكم
#BrosS Posted May 24, 2017 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 ....) ? :))):)))
' A F . Posted May 24, 2017 Posted May 24, 2017 كيف مافهمت ؟ تقصد كذا ؟ iprint ( guiGetText ( element ) ) ?
!#NssoR_) Posted May 24, 2017 Posted May 24, 2017 Just now, #BrosS said: ينفع outputChatBox(guiGetText ....) ? :))):))) يب
#BrosS Posted May 24, 2017 Posted May 24, 2017 @Default لا انا اقصد شفتك متحقق اذا الاديت مكتوب فيه هلو يطلع له هاي ض وهو يقول يبي يطلع وش كاتب بالاديت وانا سألت ليه مايطلع مباشرة الكلام بدون تحقق لاني ماجربتها من قبل @!#NssoR_) شكرا على المعلومة
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