Jump to content

في مود فري روم x[ مشكلة ]x


Recommended Posts

السلام عليكم ورحمة الله وبركاته

مود فري روم

احاول اسويه بس بعالم وهمي

ما ضبط

ما يشتغل بالمره

الكود ...

  
  
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 by Guest
Link to comment

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) 

الكود الصحيح :arrowup:

if  getElementInterior(localPlayer) == 0 and getElementDimension(localPlayer) == 10 then 
  

خطأك هنا ض كيف تبيه يكون بالديمشين 0 و10 بنفس الوقت

؟ المهم صححت لك الكود فوق

Link to comment
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

لو كان هو يبي يفتح لوحة الفري روم فـ كوده خطأ لأن أكواد الفري روم مختلفـة وعشان يفتح اللوحة يستخدم

bindKey 
getElementDimension 
getElementInterior 
isWindowOpen 
showAllWindows 
showCursor 

Link to comment
لو كان هو يبي يفتح لوحة الفري روم فـ كوده خطأ لأن أكواد الفري روم مختلفـة وعشان يفتح اللوحة يستخدم
bindKey 
getElementDimension 
getElementInterior 
isWindowOpen 
showAllWindows 
showCursor 

يب يب زبط معي وشكراً

الي كنت محتاجه

showAllWindows

isWindowOpen

hideAllWindows

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...