Mhmd.z Posted August 20, 2015 Share Posted August 20, 2015 السلام عليكم ورحمة الله وبركاته ابي اعرف كيف استعمل ال ايديت ؟ يعني مثلا الاعب يبي يكتب بالايديت كلام وبعدها يضغط زر ييجي الكلام ذا بالشات وكذه edit Link to comment
The Killer Posted August 20, 2015 Share Posted August 20, 2015 Event # 'onClientGUIClick' function # guiGetText outputChatBox Link to comment
Professional Posted August 20, 2015 Share Posted August 20, 2015 مو فاهم كيف .. ما بدها علم فيزياء خذ ذا مثال addEventHandler ( "onClientGUIClick", root, function ( ) if source == Button then local hassan = guiGetText(NameEdit) triggerServerEvent ( "Trigger", localPlayer , hassan ) end end ) addEvent ( 'Trigger' , true ) addEventHandler ( 'Trigger' , root, function (hassan) outputChatBox (tostring(hassan), source, 12, 144, 42) end ) Link to comment
#Mr.Rajo~,< Posted August 20, 2015 Share Posted August 20, 2015 مو فاهم كيف .. ما بدها علم فيزياء خذ ذا مثال addEventHandler ( "onClientGUIClick", root, function ( ) if source == Button then local hassan = guiGetText(NameEdit) triggerServerEvent ( "Trigger", localPlayer , hassan ) end end ) addEvent ( 'Trigger' , true ) addEventHandler ( 'Trigger' , root, function (hassan) outputChatBox (tostring(hassan), source, 12, 144, 42) end ) outputChatBox (tostring(hassan), source, 12, 144, 42) TO outputChatBox (tostring(hassan), root, 12, 144, 42) Link to comment
Professional Posted August 20, 2015 Share Posted August 20, 2015 مو فاهم كيف .. ما بدها علم فيزياء خذ ذا مثال addEventHandler ( "onClientGUIClick", root, function ( ) if source == Button then local hassan = guiGetText(NameEdit) triggerServerEvent ( "Trigger", localPlayer , hassan ) end end ) addEvent ( 'Trigger' , true ) addEventHandler ( 'Trigger' , root, function (hassan) outputChatBox (tostring(hassan), source, 12, 144, 42) end ) outputChatBox (tostring(hassan), source, 12, 144, 42) TO outputChatBox (tostring(hassan), root, 12, 144, 42) انا جربت الكود وشغال عادي لو سورس لانه سيرفر وحدث Link to comment
#Mr.Rajo~,< Posted August 20, 2015 Share Posted August 20, 2015 بيظهر للي دق الزر بس لو كان يبيه كذا مايحتاج تريقر 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