Abdul KariM Posted July 22, 2017 Share Posted July 22, 2017 ذا مثال كامل اي شي تكتبه بالايدت وتضغط الزر راح الكل يشوفه كلينت local screenW, screenH = guiGetScreenSize() aWindow = guiCreateWindow(screenW - 367 - 10, (screenH - 216) / 2, 367, 216, "[ Send Text to All ]", false) guiWindowSetSizable(aWindow, false) guiSetVisible ( aWindow , false ) aEdit = guiCreateEdit(0.08, 0.23, 0.88, 0.16, "", true, aWindow) aButton = guiCreateButton(104, 142, 164, 49, "Send Text", false, aWindow) guiSetProperty(aButton, "NormalTextColour", "FFAAAAAA") aLabel = guiCreateLabel(0.00, 0.31, 0.49, 0.06, "", true) guiSetFont(aLabel, "default-bold-small") addCommandHandler ( "f2" , function ( ) guiSetVisible ( aWindow , not guiGetVisible ( aWindow ) ) showCursor ( guiGetVisible ( aWindow ) ) end ) addEventHandler ( "onClientGUIClick" , resourceRoot , function ( ) if ( source == aButton ) then local aText = guiGetText( aEdit ):len ( ) > 2 and guiGetText ( aEdit ) or "Welcome To Server " triggerServerEvent ( "onSendText" , root , aText ) end end ) addEvent ( "onSetText" , true ) addEventHandler ( "onSetText" , root , function ( aText ) guiSetText ( aLabel , aText ) end ) سيرفر addEvent ( "onSendText" , true ) addEventHandler ( "onSendText" , root , function ( aText ) triggerClientEvent ( source , "onSetText" , source , aText ) end ) عشان اثبت لك المشكلة من عندك 1 Link to comment
Ahmed_Negm Posted July 22, 2017 Author Share Posted July 22, 2017 1 hour ago, Abdul KariM said: ذا مثال كامل اي شي تكتبه بالايدت وتضغط الزر راح الكل يشوفه كلينت local screenW, screenH = guiGetScreenSize() aWindow = guiCreateWindow(screenW - 367 - 10, (screenH - 216) / 2, 367, 216, "[ Send Text to All ]", false) guiWindowSetSizable(aWindow, false) guiSetVisible ( aWindow , false ) aEdit = guiCreateEdit(0.08, 0.23, 0.88, 0.16, "", true, aWindow) aButton = guiCreateButton(104, 142, 164, 49, "Send Text", false, aWindow) guiSetProperty(aButton, "NormalTextColour", "FFAAAAAA") aLabel = guiCreateLabel(0.00, 0.31, 0.49, 0.06, "", true) guiSetFont(aLabel, "default-bold-small") addCommandHandler ( "f2" , function ( ) guiSetVisible ( aWindow , not guiGetVisible ( aWindow ) ) showCursor ( guiGetVisible ( aWindow ) ) end ) addEventHandler ( "onClientGUIClick" , resourceRoot , function ( ) if ( source == aButton ) then local aText = guiGetText( aEdit ):len ( ) > 2 and guiGetText ( aEdit ) or "Welcome To Server " triggerServerEvent ( "onSendText" , root , aText ) end end ) addEvent ( "onSetText" , true ) addEventHandler ( "onSetText" , root , function ( aText ) guiSetText ( aLabel , aText ) end ) سيرفر addEvent ( "onSendText" , true ) addEventHandler ( "onSendText" , root , function ( aText ) triggerClientEvent ( source , "onSetText" , source , aText ) end ) عشان اثبت لك المشكلة من عندك بص هوا انا حليت المشكلة قبل مبص لكودك وكنت حاجي ارد عليك وقول اني غبي علشان في اخون كثير نبهوني وانا ما انتبهت المشكلة ان المفرود اني ابعت التكست مع التريقر عمومآ مشكور ليكم كلكم الي قدر يساعدني والي مقدرش Link to comment
#\_oskar_/# Posted July 22, 2017 Share Posted July 22, 2017 يعني انت عايز تكتب كلام بالايديت ولما تضغط ع الزر الكلام اللي انت كتبته يظهر لكل اللاعبين ؟ Link to comment
Ahmed_Negm Posted July 22, 2017 Author Share Posted July 22, 2017 26 minutes ago, #\_oskar_/# said: يعني انت عايز تكتب كلام بالايديت ولما تضغط ع الزر الكلام اللي انت كتبته يظهر لكل اللاعبين ؟ يب خلاص مشكلتي اتحلت المشكلة اني مأرسلتش الي بالأيديت مع التريقر Link to comment
A7M8D Posted July 22, 2017 Share Posted July 22, 2017 (edited) 7 minutes ago, Ahmed_Negm said: بص هوا انا حليت المشكلة قبل مبص لكودك وكنت حاجي ارد عليك وقول اني غبي علشان في اخون كثير نبهوني وانا ما انتبهت المشكلة ان المفرود اني ابعت التكست مع التريقر عمومآ مشكور ليكم كلكم الي قدر يساعدني والي مقدرش قولتلك فوق لازم تبعتها متنساش في الفنكشن تعمل كدا function(m1,m2,m3) تمت الافادة Edited July 22, 2017 by #MR.NaiF Link to comment
Ahmed_Negm Posted July 22, 2017 Author Share Posted July 22, 2017 1 hour ago, #MR.NaiF said: قولتلك فوق لازم تبعتها متنساش في الفنكشن تعمل كدا function(m1,m2,m3) تمت الافادة هههههههه معلش كنت شارب حاجا شكلي خوا انت مصري ؟؟؟ 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