Jump to content

هلا شباب تكفووو ساعدوني


Recommended Posts

ان

ااا سويت مود الترفيع والمشي على كفرتين بس علموني وين احط الوزنية

GUIEditor_Window = {} 
GUIEditor_Button = {} 
GUIEditor_Image = {} 
  
GUIEditor_Window[1] = guiCreateWindow(158,175,480,250,"لوحة الترفيعات من قبل ||FoX||",false) 
guiSetAlpha(GUIEditor_Window[1],1) 
GUIEditor_Button[1] = guiCreateButton(26,187,142,46,"المشي على كفرتين",false,GUIEditor_Window[1]) 
GUIEditor_Button[2] = guiCreateButton(313,173,129,0,"",false,GUIEditor_Window[1]) 
GUIEditor_Button[3] = guiCreateButton(289,190,144,46,"تررفيع الموتر",false,GUIEditor_Window[1]) 
GUIEditor_Image[1] = guiCreateStaticImage(11,34,195,156,"images/images.png",false,GUIEditor_Window[1]) 
GUIEditor_Image[2] = guiCreateStaticImage(248,43,215,137,"images/mta-.png",false,GUIEditor_Window[1]) 
  
  
  
  
  
        guiSetVisible (GUIEditor_Window[1], false)   
function OpenWin() 
    if guiGetVisible ( GUIEditor_Window[1] ) then 
       guiSetVisible ( GUIEditor_Window[1], false ) 
       showCursor(false) 
       guiSetInputEnabled(false) 
    else 
        guiSetVisible ( GUIEditor_Window[1], true ) 
        showCursor(true) 
        guiSetInputEnabled(true) 
  
    end 
end 
bindKey("F7", "down", OpenWin) 
  
  

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