Professional Posted May 16, 2015 Posted May 16, 2015 السلام عليكم اليوم انا ابي افتح الوحه بزر بس احط كود انه تفتح باف 5 ما تفتح ممكن حل bindKey ( "F3" , "down" , function() if ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then guiSetVisible ( GUIEditor_Window[1] ,false ) showCursor ( false ) guiSetInputEnabled(false) elseif ( guiGetVisible ( GUIEditor_Window[1] ) == false ) then guiSetVisible ( GUIEditor_Window[1] ,true ) showCursor (false ) guiSetInputEnabled(true) end end ~ Soon - ~ قريبا
terreus Posted May 16, 2015 Posted May 16, 2015 (edited) bindKey("F5","down", function () guiSetVisible(Wnd,not guiGetVisible(GUIEditor_Window[1])) showCursor(guiGetVisible(GUIEditor_Window[1])) if ( guiGetVisible(GUIEditor_Window[1]) == true ) then end end ) مجربته قسم مو صحيح يرجا من مراقب نقله Edited May 16, 2015 by Guest
Professional Posted May 16, 2015 Author Posted May 16, 2015 طيب بس لينقله حللي هل مشكله ~ Soon - ~ قريبا
terreus Posted May 16, 2015 Posted May 16, 2015 bindKey("F5","down", function () guiSetVisible(GUIEditor_Window[1],not guiGetVisible(GUIEditor_Window[1])) showCursor(guiGetVisible(GUIEditor_Window[1])) if ( guiGetVisible(GUIEditor_Window[1]) == true ) then end end ) مجربته قسم مو صحيح يرجا من مراقب نقله تفضل
Professional Posted May 16, 2015 Author Posted May 16, 2015 [08:35:05] WARNING: 1287\Client.lua:23: Bad argument @ 'bindKey' [Expected player at argument 1, got string 'F5'] ~ Soon - ~ قريبا
terreus Posted May 16, 2015 Posted May 16, 2015 [08:35:05] WARNING: 1287\Client.lua:23: Bad argument @ 'bindKey' [Expected player at argument 1, got string 'F5'] local Key = "F5" bindKey(Key,"down", function () guiSetVisible(GUIEditor_Window[1],not guiGetVisible(GUIEditor_Window[1])) showCursor(guiGetVisible(GUIEditor_Window[1])) if ( guiGetVisible(GUIEditor_Window[1]) == true ) then end end )
Simple. Posted May 16, 2015 Posted May 16, 2015 [08:35:05] WARNING: 1287\Client.lua:23: Bad argument @ 'bindKey' [Expected player at argument 1, got string 'F5'] انت مستخدم الكود ب جآنب سيرفر وهو كلنت !!! يعني إذآ كان سيرفر لآزم تحط اور ارقمنت اللاعب الي يصير له وإذآ كلنت مايحتاج تحطه فتأكد من الميتا h3x#2020
' A F . Posted May 17, 2015 Posted May 17, 2015 bindKey("F5","down", function ( ) guiSetVisible(GUIEditor_Window[1], not guiGetVisible(GUIEditor_Window[1])) showCursor(guiGetVisible(GUIEditor_Window[1])) end) اذا م اشتغل اطرح الميتا Dis ; AF.#0941
~Mr.Hassan Posted May 17, 2015 Posted May 17, 2015 bindKey("F5","down", function ( ) guiSetVisible(GUIEditor_Window[1], not guiGetVisible(GUIEditor_Window[1])) showCursor(guiGetVisible(GUIEditor_Window[1])) end) اذا م اشتغل اطرح الميتا وعليكم السلام هنا لازم يمكن يحط هذا سطر في الميتا .. "*BindKey" value="F7" desc="زر فـتح الـنافذة" /> Programming 0% \ Watts Mai Hello Its me Not You Its me Not You But my not you
' A F . Posted May 17, 2015 Posted May 17, 2015 ^ لا مو لازم ! انا ف موداتي ال GUI استخدم الكود ذا Dis ; AF.#0941
Simple. Posted May 17, 2015 Posted May 17, 2015 bindKey("F5","down", function ( ) guiSetVisible(GUIEditor_Window[1], not guiGetVisible(GUIEditor_Window[1])) showCursor(guiGetVisible(GUIEditor_Window[1])) end) اذا م اشتغل اطرح الميتا وعليكم السلام هنا لازم يمكن يحط هذا سطر في الميتا .. "*BindKey" value="F7" desc="زر فـتح الـنافذة" /> هذي تستخدم لفنكشن set get h3x#2020
Mr.R Posted May 18, 2015 Posted May 18, 2015 جرب كذا bindKey ( "الزر الي يفتح اللوحه", "down", function ( ) guiSetVisible ( اسم اللوحه, not guiGetVisible ( اسم اللوحه ) ) showCursor ( guiGetVisible ( اسم اللوحه ) ) end ) ولا تنسى تحط تحت اللوحه الي سويتها guiSetVisible ( اسم اللوحه, false ) عشان ماتطلع بوجهك اول ماتشغل المود والاكواد مجربه وشغاله 100% اذا ماتشغلت عندكـ قلي وش الكلام الي يجيك في الدي بوق * There is no God but Allah, Mohammed is the Messenger Of Allah
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