Yossef1999 Posted August 4, 2017 Share Posted August 4, 2017 هلا شباب شخباركم ؟؟ أبـغا أعرف كيف اخلي البوتون يسوي وظيفة ,ب امر مني يعني لو يضغط الزائر على البوتون مثلا راح يخفي الشات او يظهره للتكتيك مثلاً وهو الامر showchat واسم البوتون مثلا BTN ي ريت مثال صغير وبسيط ي قلبي Link to comment
Rockyz Posted August 4, 2017 Share Posted August 4, 2017 4 minutes ago, Yossef1999 said: هلا شباب شخباركم ؟؟ أبـغا أعرف كيف اخلي البوتون يسوي وظيفة ,ب امر مني يعني لو يضغط الزائر على البوتون مثلا راح يخفي الشات او يظهره للتكتيك مثلاً وهو الامر showchat واسم البوتون مثلا BTN ي ريت مثال صغير وبسيط ي قلبي مثال : addEventHandler ( 'onClientGUIClick', root, function ( ) if ( source == button ) then outputChatBox ( 'Congs you Pressed The Button', 0, 255, 0, true ) end end ) Link to comment
Yossef1999 Posted August 4, 2017 Author Share Posted August 4, 2017 9 minutes ago, #,+( _xiRoc[K]; > said: مثال : addEventHandler ( 'onClientGUIClick', root, function ( ) if ( source == button ) then outputChatBox ( 'Congs you Pressed The Button', 0, 255, 0, true ) end end ) مشكور Link to comment
Yossef1999 Posted August 4, 2017 Author Share Posted August 4, 2017 14 hours ago, #,+( _xiRoc[K]; > said: مثال : addEventHandler ( 'onClientGUIClick', root, function ( ) if ( source == button ) then outputChatBox ( 'Congs you Pressed The Button', 0, 255, 0, true ) end end ) م فهمت قصدي انت :] قصدي المود ينفذ اوامر COMMAND :] Link to comment
Rockyz Posted August 5, 2017 Share Posted August 5, 2017 7 hours ago, Yossef1999 said: م فهمت قصدي انت :] قصدي المود ينفذ اوامر COMMAND :] انا فاهم قصدك لكني عطيتك مثال 7 hours ago, #\_oskar_/# said: executeCommandHandler طريقتك مابتضبط اذا كوماندات من العبة Link to comment
+Source|> Posted August 5, 2017 Share Posted August 5, 2017 (edited) If addEventHandler("onClientGUIClick", root, function() if source == GUIEditor.button[1] then executeCommandHandler("report") end end ) اعتقد صحيح ولو تبي حق اخفاء شات addEventHandler("onClientGUIClick", root, function() if source == GUIEditor.button[2] then if ( isChatVisible () == true ) then showChat(false) else showChat(true) end end end ) اعتقد الاكواد صحيحه Edited August 5, 2017 by A7MEDENO Link to comment
Abdul KariM Posted August 5, 2017 Share Posted August 5, 2017 showChat ( not isChatVisible ( ) ) 1 Link to comment
MOKET Posted August 5, 2017 Share Posted August 5, 2017 13 hours ago, A7MEDENO said: If addEventHandler("onClientGUIClick", root, function() if source == GUIEditor.button[1] then executeCommandHandler("report") end end ) اعتقد صحيح ولو تبي حق اخفاء شات addEventHandler("onClientGUIClick", root, function() if source == GUIEditor.button[2] then if ( isChatVisible () == true ) then showChat(false) else showChat(true) end end end ) اعتقد الاكواد صحيحه اخوي الاول ماضبط ، انا ابغاه البوتون يسوي reconnect [ مثل فقط ] لاهنت انا هو صاحب السؤال بس من حساب اخوي :^ Link to comment
#\_oskar_/# Posted August 5, 2017 Share Posted August 5, 2017 ماتقدر تستخرجه من كوماند للانتقال الي سيرفر اخر استخدم redirectPlayer Link to comment
MOKET Posted August 5, 2017 Share Posted August 5, 2017 Just now, #\_oskar_/# said: ماتقدر تستخرجه من كوماند للانتقال الي سيرفر اخر استخدم redirectPlayer addEventHandler("onClientGUIClick", root, function() if source == GUIEditor.button[1] then redirectPlayer("reconnect") end end ) الكود صح اخوي؟ Link to comment
#\_oskar_/# Posted August 5, 2017 Share Posted August 5, 2017 لا الفنكشن سيرفر فلازم تستخدم ترايقر triggerServerEvent Link to comment
MOKET Posted August 6, 2017 Share Posted August 6, 2017 3 minutes ago, #\_oskar_/# said: لا الفنكشن سيرفر فلازم تستخدم ترايقر triggerServerEvent اخوي ولو تعبتك ، اكتب لي مثال بسيط Link to comment
#\_oskar_/# Posted August 6, 2017 Share Posted August 6, 2017 (edited) -- #Client addEventHandler("onClientGUIClick", root,function() if source == GUIEditor.button[1] then triggerServerEvent ( "Redirect",localPlayer ) end end) -- #Srever addEvent( "Redirect", true ) addEventHandler( "Redirect", root,function () redirectPlayer(source, 'ip', Server Port ) end) ضيفه لقروب ادمن Edited August 6, 2017 by #\_oskar_/# Link to comment
MOKET Posted August 6, 2017 Share Posted August 6, 2017 1 minute ago, #\_oskar_/# said: -- #Client addEventHandler("onClientGUIClick", root,function() if source == GUIEditor.button[1] then triggerServerEvent ( "Redirect",localPlayer ) end end) -- #Srever addEvent( "Redirect", true ) addEventHandler( "Redirect", root,function () redirectPlayer(source, 'ip', Server Port ) end) ضيفه لقروب ادمن مشكور حبي تقدر تشوف اخر بوست ؟ اعتقد تفهم له 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