PaiN^ Posted April 14, 2013 Share Posted April 14, 2013 السلآمـ عليكمـ الموضوع باين من عنواانه, كيف أخلي إيديت ما يقبل لا أرقام ؟ Link to comment
iPrestege Posted April 14, 2013 Share Posted April 14, 2013 -- Ex; addEventHandler("onClientGUIClick",Button, function ( ) local ID = guiGetText ( EditBox ) if not ( tonumber(ID) ) then return end end,false) Link to comment
PaiN^ Posted April 14, 2013 Author Share Posted April 14, 2013 -- Ex; addEventHandler("onClientGUIClick",Button, function ( ) local ID = guiGetText ( EditBox ) if not ( tonumber(ID) ) then return end end,false) صح ؟ onClientGUIChanged بس الحدث المفروض Link to comment
iPrestege Posted April 14, 2013 Share Posted April 14, 2013 -- Ex; addEventHandler("onClientGUIClick",Button, function ( ) local ID = guiGetText ( EditBox ) if not ( tonumber(ID) ) then return end end,false) صح ؟ onClientGUIChanged بس الحدث المفروض يب بس هذا مثال ذذ Link to comment
PaiN^ Posted April 14, 2013 Author Share Posted April 14, 2013 أنا جربت كذا بس ما نفع :\ addEventHandler( 'onClientGUIChanged', root, function ( ) if source == GUIEditor.edit[2] then local ID = guiGetText ( source ); if not ( tonumber(ID) ) then return end; end end ); Link to comment
Max+ Posted April 14, 2013 Share Posted April 14, 2013 addEventHandler( 'onClientGUIChanged', GUIEditor.edit[2], function ( ) local ID = guiGetText ( source ); if not ( tonumber(ID) ) then return end; end ) , Link to comment
iPrestege Posted April 14, 2013 Share Posted April 14, 2013 addEventHandler("onClientGUIChanged",root, function ( element ) if ( element == GUIEditor.edit[2] ) then local ID = guiGetText(GUIEditor.edit[2]) if not tonumber(ID) then return guiSetText(GUIEditor.edit[2],"") end end end ) Link to comment
PaiN^ Posted April 14, 2013 Author Share Posted April 14, 2013 addEventHandler("onClientGUIChanged",root, function ( element ) if ( element == GUIEditor.edit[2] ) then local ID = guiGetText(GUIEditor.edit[2]) if not tonumber(ID) then return guiSetText(GUIEditor.edit[2],"") end end end ) ضبط, مشكوور يالذيب ذذ Link to comment
iPrestege Posted April 14, 2013 Share Posted April 14, 2013 (edited) في الخدمة edit : يب ولازم تسوي قوي سيت تكست Edited April 15, 2013 by Guest Link to comment
Tete omar Posted April 15, 2013 Share Posted April 15, 2013 حنا في منتدى عربي, فياليت نتكلم عربي .. Multi Theft Auto قوانين المنتدى.الرجاء أتباع هذه القواعد لضمان بقائك .Multi Theft Auto مرحباً بك في منتدى قوانين المنتدى العامة يجب أن تكون جميع المشاركات باللغة العربية, ووضعها في القسم المناسب. للغات غير العربية لدينا منتدى فرعي هنا 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