#StrOnG_,) Posted June 5, 2015 Share Posted June 5, 2015 السلام عليكم ورحمه الله وبركاته كيفكم شباب ؟ .. ان شاء الله بخير .. ابي كود من اضغط على زر تفتح الريبورت بدال ما اكتب بآف 8 report ابيه من أضغط على زر تفتح وشكراً Link to comment
MoDeR2014 Posted June 5, 2015 Share Posted June 5, 2015 Client Side addEventHandler( "onClientGUIClick", root, function () if ( source == اسم الزر )then executeCommandHandler("report",getLocalPlayer()) end end ) Link to comment
#StrOnG_,) Posted June 5, 2015 Author Share Posted June 5, 2015 Client Side addEventHandler( "onClientGUIClick", root, function () if ( source == اسم الزر )then executeCommandHandler("report",getLocalPlayer()) end end ) ما يشتغل Link to comment
#StrOnG_,) Posted June 5, 2015 Author Share Posted June 5, 2015 debugscript 3 http://store2.up-00.com/2015-06/1433536978321.png Link to comment
Walid Posted June 5, 2015 Share Posted June 5, 2015 (edited) debugscript 3http://store2.up-00.com/2015-06/1433536978321.png You don't need to use the second argument make sure that report command is client side. executeCommandHandler("report") Edited June 5, 2015 by Guest Link to comment
TreKa Posted June 5, 2015 Share Posted June 5, 2015 addEventHandler( "onClientGUIClick", resourceRoot, function () if ( source == button )then executeCommandHandler("report") end end ) Link to comment
#StrOnG_,) Posted June 5, 2015 Author Share Posted June 5, 2015 ِشكراً لكم .. تمت الأفادة # Link to comment
PeTer.NexT Posted June 6, 2015 Share Posted June 6, 2015 وذا الكود لو تبغا تفكه من اف 1 او 2 او 3 guiSetVisible (اسم الوحه, false) function OpenWin() if guiGetVisible ( اسم الوحه ) then guiSetVisible ( اسم الوحه, false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( اسم الوحه, true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F9", "down", OpenWin) Link to comment
TAPL Posted June 6, 2015 Share Posted June 6, 2015 وذا الكود لو تبغا تفكه من اف 1 او 2 او 3 guiSetVisible (اسم الوحه, false) function OpenWin() if guiGetVisible ( اسم الوحه ) then guiSetVisible ( اسم الوحه, false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( اسم الوحه, true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F9", "down", OpenWin) كوبي بست ولا تدري وش السالفه Link to comment
PeTer.NexT Posted June 6, 2015 Share Posted June 6, 2015 وذا الكود لو تبغا تفكه من اف 1 او 2 او 3 guiSetVisible (اسم الوحه, false) function OpenWin() if guiGetVisible ( اسم الوحه ) then guiSetVisible ( اسم الوحه, false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( اسم الوحه, true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F9", "down", OpenWin) كوبي بست ولا تدري وش السالفه Link to comment
#StrOnG_,) Posted June 7, 2015 Author Share Posted June 7, 2015 وذا الكود لو تبغا تفكه من اف 1 او 2 او 3 guiSetVisible (اسم الوحه, false) function OpenWin() if guiGetVisible ( اسم الوحه ) then guiSetVisible ( اسم الوحه, false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( اسم الوحه, true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F9", "down", OpenWin) ابي كود من اضغط على زر تفتح الريبورتبدال ما اكتب بآف 8 report ابيه من أضغط على زر تفتح على أي حال , تمت الأفادة من قبل ! .. يرجى غلق الموضوع 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