Jump to content

تصحيح كود | طلب شرح


Recommended Posts

ذا اشتغل معي 100 %

  
        wnd = guiCreateWindow(443, 85, 550, 456, "", false) 
        guiWindowSetSizable(wnd, false) 
        guiSetAlpha(wnd, 1.00) 
        guiSetVisible (wnd, false ) 
        button1 = guiCreateButton(9, 65, 230, 37, "Goood", false, wnd) 
        button2 = guiCreateButton(9, 402, 230, 37, "", false, wnd) 
        button3 = guiCreateButton(187, 214, 298, 41, "", false, wnd)     
  
  
addEventHandler("onClientGUIClick",root, 
function ( ) 
if ( source == button1 ) then 
setWeather ( 9 )   
end   
end 
) 
  
bindKey ( "F2", "down", function (   ) 
      guiSetVisible ( wnd, not guiGetVisible ( wnd ) ) 
      showCursor ( guiGetVisible ( wnd ) ) 
end ) 
  
Link to comment
باسل حمل المود معدل من هون

http://www.up-00.com/?Accp

×مبدع ×

بس ممكن تشرح ليه شو سويت بضبط

* اشتغل الكود

الاكواد :,

GUIEditor = { 
    button = {}, 
    window = {} 
} 
  
        GUIEditor.window[1] = guiCreateWindow(443, 85, 550, 456, "", false) 
        guiWindowSetSizable(GUIEditor.window[1], false) 
        guiSetAlpha(GUIEditor.window[1], 1.00) 
        guiSetVisible (GUIEditor.window[1], false ) 
  
        GUIEditor.button[1] = guiCreateButton(9, 65, 230, 37, "Goood", false, GUIEditor.window[1]) 
        GUIEditor.button[2] = guiCreateButton(9, 402, 230, 37, "", false, GUIEditor.window[1]) 
        GUIEditor.button[3] = guiCreateButton(187, 214, 298, 41, "", false, GUIEditor.window[1])     
  
  
addEventHandler("onClientGUIClick",root, 
function ( ) 
if ( source == GUIEditor.button[1] ) then 
setWeather ( 9 )   
end   
end ) 
  
bindKey ( "F2", "down", function () 
guiSetVisible (GUIEditor.window[1], not guiGetVisible (GUIEditor.window[1])) 
showCursor (guiGetVisible (GUIEditor.window[1])) 
end) 
  

انت بس حدفت دول

addEventHandler("onClientResourceStart", resourceRoot, 
    function() 

ممكن شرح لماذا & وشكرا

Edited by Guest
Link to comment
باسل حمل المود معدل من هون

http://www.up-00.com/?Accp

×مبدع ×

بس ممكن تشرح ليه شو سويت بضبط

* اشتغل الكود

الاكواد :,

GUIEditor = { 
    button = {}, 
    window = {} 
} 
  
        GUIEditor.window[1] = guiCreateWindow(443, 85, 550, 456, "", false) 
        guiWindowSetSizable(GUIEditor.window[1], false) 
        guiSetAlpha(GUIEditor.window[1], 1.00) 
        guiSetVisible (GUIEditor.window[1], false ) 
  
        GUIEditor.button[1] = guiCreateButton(9, 65, 230, 37, "Goood", false, GUIEditor.window[1]) 
        GUIEditor.button[2] = guiCreateButton(9, 402, 230, 37, "", false, GUIEditor.window[1]) 
        GUIEditor.button[3] = guiCreateButton(187, 214, 298, 41, "", false, GUIEditor.window[1])     
  
  
addEventHandler("onClientGUIClick",root, 
function ( ) 
if ( source == GUIEditor.button[1] ) then 
setWeather ( 9 )   
end   
end ) 
  
bindKey ( "F2", "down", function () 
guiSetVisible (GUIEditor.window[1], not guiGetVisible (GUIEditor.window[1])) 
showCursor (guiGetVisible (GUIEditor.window[1])) 
end) 
  

انت بس حدفت دول

addEventHandler("onClientResourceStart", resourceRoot, 
    function() 

ممكن شرح لماذا & وشكرا

يا باسل انت كنت حاط كود يخرب المود انا حذفته+كان معاك خطا بملف الميتا

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