Jump to content

صناعة لوحة


charaf12

Recommended Posts

Gui Editor يسوي اللوحة لوول

واذا تقصد انها تفتح بزر

function openWnd () 
guiSetVisible ( اسم اللوحة, not guiGetVisible ( اسم اللوحة ) ) 
showCursor ( guiGetVisible ( اسم اللوحة ) ) 
end 
bindKey ("اسم الزر الا يفتح","down",openWnd) 

جرب

Edited by Guest
Link to comment
Gui Editor يسوي اللوحة لوول

واذا تقصد انها تفتح بزر

function openWnd () 
if source == "اسم الزر" then 
guiSetVisible ( اسم اللوحة, not guiGetVisible ( اسم اللوحة ) ) 
showCursor ( not isCursorShowing ( localPlayer ) 
end 
end 
) 

جرب

للعلم المتغيرات ماتجي string ""

Link to comment
Gui Editor يسوي اللوحة لوول

واذا تقصد انها تفتح بزر

function openWnd () 
if source == اسم الزر then 
guiSetVisible ( اسم اللوحة, not guiGetVisible ( اسم اللوحة ) ) 
showCursor ( not isCursorShowing ( ) ) 
end 
end 
bindKey ("اسم الزر الا يفتح","down",openWnd) 

جرب

الكود غلط .

bindKey ( "Key Name", "down", function(  ) 
     guiSetVisible ( Your window, not guiGetVisible ( Your window ) ) 
     showCursor ( guiGetVisible ( Your window ) ) 
end ) 
Link to comment
Gui Editor يسوي اللوحة لوول

واذا تقصد انها تفتح بزر

function openWnd () 
if source == اسم الزر then 
guiSetVisible ( اسم اللوحة, not guiGetVisible ( اسم اللوحة ) ) 
showCursor ( not isCursorShowing ( ) ) 
end 
end 
bindKey ("اسم الزر الا يفتح","down",openWnd) 

جرب

الكود غلط .

bindKey ( "Key Name", "down", function(  ) 
     guiSetVisible ( Your window, not guiGetVisible ( Your window ) ) 
     showCursor ( guiGetVisible ( Your window ) ) 
end ) 

تم التعديل ,,"مانتبهت للتحقق مال الزر" :lol:

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