Jump to content

طلب كود عاجل


Recommended Posts

تفضل
guiSetEnabled ( الزر, false ) 

الزر = اف 1 او رقم الفري روم

false = انه شيئ مو شغال

ولو تبي تشغله للفري روم ثاني مره حط هنا

حط محل الفالس true

هههههههههههههه

ياخوي افهم الفنكشن قبل ماتساعد فيه الرجال

-----

لازم تعدل الفري روم

دور الفنكشن الي يفك الفري روم وحط تحقق

if getElementDimension(element) == 100 then return end 

Link to comment
bindKey(F1, down, function() 
if getElementInterior(localPlayer) == 0 and getElementDimension(localPlayer) == 0 then 
  if guiGetVisible(wndMain) == true then 
  guiSetVisible(wndMain, false)  
    showCursor(false) 
    guiSetInputEnabled(false) 
 outputChatBox ( #ffff00تم فتح اللوحة, getRootElement(), 255, 255, 255, true ) 
  else 
    if guiGetVisible(wndMain) == false then 
   guiSetVisible(wndMain,true) 
      showCursor(false) 
      guiSetInputEnabled(true) 
    outputChatBox ( #ffff00تم إغلاق اللوحة, getRootElement(), 255, 255, 255, true ) 
    end 
  end 
end 
end 
) 

في هذا الكود ؟

Link to comment
ذا لا تمسحه ذا الي بي قولك اذا دخلت المهمه يروح الفري روم

اما اذا انت مو بل مهمه ما يروح الفري روم

return end 

صراحه افدته شكرا ماكنا نعرف المعلومه

Link to comment

function toggleFRWindow() 
 if getElementDimension ( localPlayer ) == 200 then return end 
     if isWindowOpen(wndMain) then 
         showCursor(false) 
         hideAllWindows() 
         colorPicker.closeSelect() 
    else 
         showCursor(true) 
         showAllWindows() 
     end 
end 
addCommandHandler('fr', toggleFRWindow) 
Link to comment
function toggleFRWindow() 
 if getElementDimension ( localPlayer ) == 200 then return end 
     if isWindowOpen(wndMain) then 
         showCursor(false) 
         hideAllWindows() 
         colorPicker.closeSelect() 
    else 
         showCursor(true) 
         showAllWindows() 
     end 
end 
addCommandHandler('fr', toggleFRWindow) 

مشكور

وش اسوي فيه ذا بالضبط ؟

ملف جديد ولا اضيفه لكود سابق ؟

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...