M7MD# Posted June 8, 2015 Share Posted June 8, 2015 السلام عليكم ورحمة الله .. عِندي استفسآر .. سويت لوحة تمام .. Edit box سويت كيف مثلآ أسويه , واربطه ب زر معين , يوم يضغط اللاعب الزر يطلع بالشات الكلام الي مكتوب في الايديت بوكس .. اكون شاكر لكم .. تحياتي Link to comment
~Mr.Hassan Posted June 8, 2015 Share Posted June 8, 2015 (edited) مدري كثير بلوحات بس جرب تحط بدال مثال addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[رقم البوتون] then triggerServerEvent("....",getLocalPlayer()) end end GUIEditor.button[رقم البوتون] حط بداله GUIEditor.edit[1] واربط فيه الزر من ارسالك من الكلينت لسيرفر اتوقع ما اعرف اذا صحيح لاني ما احب لغه الوحات كثير Edited June 8, 2015 by Guest Link to comment
~Mr.Hassan Posted June 8, 2015 Share Posted June 8, 2015 قصدي GUIEditor.edit[1] اي ايديت عندك المهم تربطه حط رقم الايديت عندك عشان ما تقول خطا Link to comment
TAPL Posted June 8, 2015 Share Posted June 8, 2015 ^ السلام عليكم ورحمة الله .. عِندي استفسآر .. سويت لوحة تمام .. Edit box سويت كيف مثلآ أسويه , واربطه ب زر معين , يوم يضغط اللاعب الزر يطلع بالشات الكلام الي مكتوب في الايديت بوكس .. اكون شاكر لكم .. تحياتي 'onClientGUIClick' guiGetText outputChatBox Link to comment
The Don Posted June 8, 2015 Share Posted June 8, 2015 addEventHandler('onClientGUIClick',root, function () if source == NameButtonElement then -- اسم الزر Edit = guiGetText ( NameEditElement ) -- اسم الاديت outputChatBox ( Edit ) end end ) الرد الثاني شارب شي Link to comment
yazan Posted June 8, 2015 Share Posted June 8, 2015 addEventHandler('onClientGUIClick',root, function () if source == NameButtonElement then -- اسم الزر Edit = guiGetText ( NameEditElement ) -- اسم الاديت outputChatBox ( Edit ) end end ) الرد الثاني شارب شي تقربا # و المشكله في مثال من ويكي https://wiki.multitheftauto.com/wiki/GuiGetText نفس طلبه بس بدل ليبل ادت Link to comment
M7MD# Posted June 8, 2015 Author Share Posted June 8, 2015 مششكورين ! guiGetText هو ذا الفنكشن الي بغيته تممت الإفادة 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