Maksoud Posted April 6, 2016 Share Posted April 6, 2016 السلام عليكم و رحمة الله و بركاته بدى كود لما اضغط الزر يفتحلى لوحة الريبورت يعنى بدل ما اكتب باف 8 report اضغط الزر ذه يفتحلى اللوحة حق الريبورت Link to comment
Maksoud Posted April 6, 2016 Author Share Posted April 6, 2016 السلام عليكم و رحمة الله و بركاته بدى كود لما اضغط الزر يفتحلى لوحة الريبورت يعنى بدل ما اكتب باف 8 report اضغط الزر ذه يفتحلى اللوحة حق الريبورت Link to comment
HassoN Posted April 6, 2016 Share Posted April 6, 2016 'onClientGUIClick' executeCommandHandler Link to comment
HassoN Posted April 6, 2016 Share Posted April 6, 2016 'onClientGUIClick' executeCommandHandler Link to comment
Maksoud Posted April 6, 2016 Author Share Posted April 6, 2016 طب ممكن كود اخر ؟ بدى لما اضغط على زر يظهرلى السريال حقى فى الشات من شان اقدر انسخه من اف 8 يعنى وش الكلمة الاكتبها فى الكود executeCommandHandler ("serial") ذه ^ ما نجح Link to comment
Maksoud Posted April 6, 2016 Author Share Posted April 6, 2016 طب ممكن كود اخر ؟ بدى لما اضغط على زر يظهرلى السريال حقى فى الشات من شان اقدر انسخه من اف 8 يعنى وش الكلمة الاكتبها فى الكود executeCommandHandler ("serial") ذه ^ ما نجح Link to comment
N3xT Posted April 6, 2016 Share Posted April 6, 2016 'onClientGUIClick' getPlayerSerial outputChatBox Link to comment
N3xT Posted April 6, 2016 Share Posted April 6, 2016 'onClientGUIClick' getPlayerSerial outputChatBox Link to comment
Maksoud Posted April 6, 2016 Author Share Posted April 6, 2016 addEventHandler("onClientGUIClick",resourceRoot, function ( ) if ( source == ForSerial ) then outputChatBox ( "Copy This Serial From F8 : " ..getPlayerSerial(), source, 0, 255, 0, false ) end end ) ممكن تصحيح ؟ Link to comment
Maksoud Posted April 6, 2016 Author Share Posted April 6, 2016 addEventHandler("onClientGUIClick",resourceRoot, function ( ) if ( source == ForSerial ) then outputChatBox ( "Copy This Serial From F8 : " ..getPlayerSerial(), source, 0, 255, 0, false ) end end ) ممكن تصحيح ؟ Link to comment
iMr.WiFi..! Posted April 6, 2016 Share Posted April 6, 2016 (edited) addEventHandler("onClientGUIClick",resourceRoot, function ( ) if ( source == ForSerial ) then outputChatBox ( "Copy This Serial From F8 : " ..getPlayerSerial(), source, 0, 255, 0, false ) end end ) ممكن تصحيح ؟ addEventHandler("onClientGUIClick", root, function ( ) if source == ForSerial then local serial = getPlayerSerial(source) outputChatBox ( "Copy This Serial From F8 : "..serial, 0, 255, 0, false ) end end ) جرب Edited April 6, 2016 by Guest Link to comment
iMr.WiFi..! Posted April 6, 2016 Share Posted April 6, 2016 (edited) addEventHandler("onClientGUIClick",resourceRoot, function ( ) if ( source == ForSerial ) then outputChatBox ( "Copy This Serial From F8 : " ..getPlayerSerial(), source, 0, 255, 0, false ) end end ) ممكن تصحيح ؟ addEventHandler("onClientGUIClick", root, function ( ) if source == ForSerial then local serial = getPlayerSerial(source) outputChatBox ( "Copy This Serial From F8 : "..serial, 0, 255, 0, false ) end end ) جرب Edited April 6, 2016 by Guest Link to comment
YourMind Posted April 6, 2016 Share Posted April 6, 2016 addEventHandler("onClientGUIClick", root, function ( ) if source == ForSerial then local serial = getPlayerSerial() outputChatBox (serial, 0, 255, 0, false ) end end ) او addEventHandler("onClientGUIClick", root, function ( ) if source == ForSerial then local serial = getPlayerSerial() if setClipboard (serial) then outputChatBox ("Done",5,255,5,true) end end ) Link to comment
YourMind Posted April 6, 2016 Share Posted April 6, 2016 addEventHandler("onClientGUIClick", root, function ( ) if source == ForSerial then local serial = getPlayerSerial() outputChatBox (serial, 0, 255, 0, false ) end end ) او addEventHandler("onClientGUIClick", root, function ( ) if source == ForSerial then local serial = getPlayerSerial() if setClipboard (serial) then outputChatBox ("Done",5,255,5,true) end end ) Link to comment
iMr.WiFi..! Posted April 6, 2016 Share Posted April 6, 2016 addEventHandler("onClientGUIClick", root, function ( ) if source == ForSerial then local serial = getPlayerSerial() outputChatBox (serial, 0, 255, 0, false ) end end ) او addEventHandler("onClientGUIClick", root, function ( ) if source == ForSerial then local serial = getPlayerSerial() if setClipboard (serial) then outputChatBox ("Done",5,255,5,true) end end ) تصحيح addEventHandler("onClientGUIClick", root, function ( ) if source == ForSerial then local serial = getPlayerSerial() if setClipboard (serial) then outputChatBox ("Done",5,255,5,true) end end -- نسيت تضيف ايند ثانيه end ) Link to comment
iMr.WiFi..! Posted April 6, 2016 Share Posted April 6, 2016 addEventHandler("onClientGUIClick", root, function ( ) if source == ForSerial then local serial = getPlayerSerial() outputChatBox (serial, 0, 255, 0, false ) end end ) او addEventHandler("onClientGUIClick", root, function ( ) if source == ForSerial then local serial = getPlayerSerial() if setClipboard (serial) then outputChatBox ("Done",5,255,5,true) end end ) تصحيح addEventHandler("onClientGUIClick", root, function ( ) if source == ForSerial then local serial = getPlayerSerial() if setClipboard (serial) then outputChatBox ("Done",5,255,5,true) end end -- نسيت تضيف ايند ثانيه end ) Link to comment
iMr.WiFi..! Posted April 6, 2016 Share Posted April 6, 2016 الله يعينك انت وحماستك .. Link to comment
iMr.WiFi..! Posted April 6, 2016 Share Posted April 6, 2016 الله يعينك انت وحماستك .. Link to comment
Ahmed Ly Posted April 6, 2016 Share Posted April 6, 2016 addEventHandler("onClientGUIClick",resourceRoot, function ( ) if ( source == ForSerial ) then outputChatBox ( "Copy This Serial From F8 : " ..getPlayerSerial(), source, 0, 255, 0, false ) ممكن تصحيح ؟[/quote] [lua] addEventHandler("onClientGUIClick", root, function ( ) end end ) if source == ForSerial then local serial = getPlayerSerial(source) outputChatBox ( "Copy This Serial From F8 : "..serial, 0, 255, 0, false ) end end )[/lua] جرب شو دخل source في الكنت ؟ + جرب function code ( ) if source == ForSerial then local serial = getPlayerSerial(localPlayer) outputChatBox ( "Copy This Serial From F8 : "..serial.." ", 0, 255, 0, true) end end addEventHandler("onClientGUIClick", root, code) Link to comment
Ahmed Ly Posted April 6, 2016 Share Posted April 6, 2016 addEventHandler("onClientGUIClick",resourceRoot, function ( ) if ( source == ForSerial ) then outputChatBox ( "Copy This Serial From F8 : " ..getPlayerSerial(), source, 0, 255, 0, false ) ممكن تصحيح ؟[/quote] [lua] addEventHandler("onClientGUIClick", root, function ( ) end end ) if source == ForSerial then local serial = getPlayerSerial(source) outputChatBox ( "Copy This Serial From F8 : "..serial, 0, 255, 0, false ) end end )[/lua] جرب شو دخل source في الكنت ؟ + جرب function code ( ) if source == ForSerial then local serial = getPlayerSerial(localPlayer) outputChatBox ( "Copy This Serial From F8 : "..serial.." ", 0, 255, 0, true) end end addEventHandler("onClientGUIClick", root, code) Link to comment
iMr.WiFi..! Posted April 6, 2016 Share Posted April 6, 2016 لو سمحت لا تعدل على الكود حفي وتكتب خطأ + في كودين صالحنين يعني كودك بيفرق مثلاً ؟ 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