likemike12 Posted June 23, 2016 Share Posted June 23, 2016 (edited) السلام عليكم ورحمة الله وبركاته مود فري روم احاول اسويه بس بعالم وهمي ما ضبط ما يشتغل بالمره الكود ... function toggleFRWindow() if getElementInterior(localPlayer) == 0 and getElementDimension(localPlayer) == 10 then if guiGetVisible ( wndMain ) then guiSetVisible ( wndMain, false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( wndMain, true ) showCursor(true) guiSetInputEnabled(true) end end end bindKey ("F1", "down", toggleFRWindow) Edited June 23, 2016 by Guest Link to comment
Mr.CoR Posted June 23, 2016 Share Posted June 23, 2016 اولا : تفضل بزيارة هالموضوع وتعلم كيف تكتب عنوان مناسب لموضوعك https://forum.multitheftauto.com/viewtopic.php?f=160&t=100292 واتمنى انك تعدل العنوان ثانيا : هذا الكود وين حاطه ؟ وتأكد من اسم لوحه الفريروم Link to comment
likemike12 Posted June 23, 2016 Author Share Posted June 23, 2016 اولا :تفضل بزيارة هالموضوع وتعلم كيف تكتب عنوان مناسب لموضوعك https://forum.multitheftauto.com/viewtopic.php?f=160&t=100292 واتمنى انك تعدل العنوان ثانيا : هذا الكود وين حاطه ؟ وتأكد من اسم لوحه الفريروم متأكد من كل شي والكود في fr_client Link to comment
likemike12 Posted June 23, 2016 Author Share Posted June 23, 2016 اسم اللوحه wndmain في مود الفري روم Link to comment
likemike12 Posted June 23, 2016 Author Share Posted June 23, 2016 الكود يضبط الماوس يضهر اضن في مشكله بالاسم Link to comment
iMr.SFA7 Posted June 23, 2016 Share Posted June 23, 2016 fr_client أطرحلي أكواد ملف قبل لاتعدل عليها toggleFRWindow أو أطرح لي الوظيفة الي اسمها Link to comment
taha201100 Posted June 23, 2016 Share Posted June 23, 2016 المفروض يفتح تأكد من اسماء اللوحات Link to comment
Me[Z]oO Posted June 23, 2016 Share Posted June 23, 2016 function toggleFRWindow() if getElementInterior(localPlayer) == 0 or getElementDimension(localPlayer) == 10 then if guiGetVisible ( wndMain ) then guiSetVisible ( wndMain, false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( wndMain, true ) showCursor(true) guiSetInputEnabled(true) end end end bindKey ("F1", "down", toggleFRWindow) الكود الصحيح if getElementInterior(localPlayer) == 0 and getElementDimension(localPlayer) == 10 then خطأك هنا ض كيف تبيه يكون بالديمشين 0 و10 بنفس الوقت ؟ المهم صححت لك الكود فوق Link to comment
Mr.CoR Posted June 23, 2016 Share Posted June 23, 2016 function toggleFRWindow() if getElementInterior(localPlayer) == 0 or getElementDimension(localPlayer) == 10 then if guiGetVisible ( wndMain ) then guiSetVisible ( wndMain, false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( wndMain, true ) showCursor(true) guiSetInputEnabled(true) end end end bindKey ("F1", "down", toggleFRWindow) الكود الصحيح if getElementInterior(localPlayer) == 0 and getElementDimension(localPlayer) == 10 then خطأك هنا ض كيف تبيه يكون بالديمشين 0 و10 بنفس الوقت ؟ المهم صححت لك الكود فوق غلط ي ميدو لان الاولى الانترور والثانيه ديمنشن الانترور0 هو العالم الخارجي والديمنشن 10 ف عادي يضبط يكون داخل انترور محدد وديمنشن محدد بنفس الوقت Link to comment
iMr.SFA7 Posted June 23, 2016 Share Posted June 23, 2016 لو كان هو يبي يفتح لوحة الفري روم فـ كوده خطأ لأن أكواد الفري روم مختلفـة وعشان يفتح اللوحة يستخدم bindKey getElementDimension getElementInterior isWindowOpen showAllWindows showCursor Link to comment
Me[Z]oO Posted June 23, 2016 Share Posted June 23, 2016 اهاا فكرته مسوي مسوي الاثنين getElementDimension Link to comment
likemike12 Posted June 23, 2016 Author Share Posted June 23, 2016 لو كان هو يبي يفتح لوحة الفري روم فـ كوده خطأ لأن أكواد الفري روم مختلفـة وعشان يفتح اللوحة يستخدم bindKey getElementDimension getElementInterior isWindowOpen showAllWindows showCursor يب يب زبط معي وشكراً الي كنت محتاجه showAllWindows isWindowOpen hideAllWindows 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