☠ RaZeR ☠ Posted February 2, 2014 Share Posted February 2, 2014 (edited) السلام عليكم شباب ابي كوود 1- يخلي الميمو في اللوحه بس للقراءه 2-لما اكتب في edit box يظهر اللي كتبته بالميمو الموجود باللوحه بس Edited February 2, 2014 by Guest Link to comment
#DRAGON!FIRE Posted February 2, 2014 Share Posted February 2, 2014 guiMemoSetReadOnly guiGetText guiSetText Link to comment
☠ RaZeR ☠ Posted February 2, 2014 Author Share Posted February 2, 2014 يعني احطها عندي كذاا حقت الميمو قرااءه فقط guiMemoSetReadOnly(GUIEditor.memo[1], true) طيب الباقي وين وبأأي شكل احطهم Link to comment
K1NG Posted February 2, 2014 Share Posted February 2, 2014 يعني احطها عندي كذاا حقت الميمو قرااءه فقط guiMemoSetReadOnly(GUIEditor.memo[1], true) طيب الباقي وين وبأأي شكل احطهم * Client Side: addEventHandler ( "onClientGUIChanged", اسم الإيديت, function ( ) guiSetText ( GUIEditor.memo[1], guiGetText ( source ) ) end, false ) Link to comment
☠ RaZeR ☠ Posted February 2, 2014 Author Share Posted February 2, 2014 طيب اخوي هل guiMemoSetReadOnly(GUIEditor.memo[1], true) صح انا جربته ماصار شي Link to comment
!#NssoR_) Posted February 2, 2014 Share Posted February 2, 2014 هاذي فائدتها تخلي ماتقدر تمسح الكلام الي داخل الميمو Link to comment
al-Kobra Posted February 2, 2014 Share Posted February 2, 2014 طيب اخوي هل guiMemoSetReadOnly(GUIEditor.memo[1], true) صح انا جربته ماصار شي يب صح Link to comment
☠ RaZeR ☠ Posted February 2, 2014 Author Share Posted February 2, 2014 طيب ابي كوود انا مسوي زر ارسال الرسالة ابيه اذا ضغط على ارسال الرسالة يجي الكلام في الميموو Link to comment
al-Kobra Posted February 2, 2014 Share Posted February 2, 2014 (edited) * Client Side: addEventHandler ( "onClientGUIChanged", اسم الإيديت, function ( ) guiSetText ( GUIEditor.memo[1], guiGetText ( source ) ) end, false ) Edited February 2, 2014 by Guest Link to comment
☠ RaZeR ☠ Posted February 2, 2014 Author Share Posted February 2, 2014 * Client Side: addEventHandler ( "onClientGUIChanged", اسم الإيديت, function ( ) guiSetText ( GUIEditor.memo[1], guiGetText ( source ) ) end, false ) وش ذا انا سويته خلاصص Link to comment
al-Kobra Posted February 2, 2014 Share Posted February 2, 2014 * Client Side: addEventHandler ( "onClientGUIChanged", اسم الإيديت, function ( ) guiSetText ( GUIEditor.memo[1], guiGetText ( source ) ) end, false ) وش ذا انا سويته خلاصص هذا هو الا اذا كتبت في الادت وطرشته يجي في الميمو Link to comment
☠ RaZeR ☠ Posted February 2, 2014 Author Share Posted February 2, 2014 يااخي انا سويته ماصار شيئ ليش الاعب يقدر يكتب في الميموو ؟؟ ++++++++++++++++++++++++++++++++++ ابيه اذا ضغط على ارسال الرسالة يجي الكلام في الميموو Link to comment
al-Kobra Posted February 2, 2014 Share Posted February 2, 2014 (edited) addEventHandler ("onClientGUIClick", root, function ( ) if (source == GUIEditor.button[1]) then local gWep = guiGetText (GUIEditor.edit[1]) if gWep ~= '' then guiSetText ( GUIEditor.memo[1], gWep ) end end end ) guiMemoSetReadOnly(GUIEditor.memo[1], true) Edited February 2, 2014 by Guest Link to comment
jafar Posted February 2, 2014 Share Posted February 2, 2014 guiMemoSetReadOnly ( GUIEditor.memo[1], true ); -- addEventHandler ( "onClientGUIClick", root, function ( ) if ( source == GUIEditor.button[1] ) then local gTextM = guiGetText ( GUIEditor.memo[1] ); local gText = guiGetText ( GUIEditor.edit[1] ); if gText ~= '' then guiSetText ( GUIEditor.memo[1], gTextM .. "\n" .. gText ); end end end ); Link to comment
☠ RaZeR ☠ Posted February 2, 2014 Author Share Posted February 2, 2014 مشككوور اخوي لاكن كود الميمو للقراءه قط مااشتغل انا اقدر اككتب بالميمو Link to comment
The Killer Posted February 2, 2014 Share Posted February 2, 2014 تاكد من اسم الميمو ! 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