Jump to content

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


Recommended Posts

السلام عليكم ورحمه الله وتعالى ..

مشكلتي سويت لوحه .. وساويت ادا ضغط على زر يجي طقس

لين اشغل المود الوحه ما تضهر وشكرا ..#

ابي منكم تشرحو ليه الغلط وانا بصلح الكود

وشكرا

GUIEditor = { 
    button = {}, 
    window = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        GUIEditor.window[1] = guiCreateWindow(443, 85, 550, 456, "", false) 
        guiWindowSetSizable(GUIEditor.window[1], false) 
        guiSetAlpha(GUIEditor.window[1], 1.00) 
  
        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])     
    end 
) 
  
addEventHandler("onClientGUIClick",root, 
  
function ( ) 
  
if ( source == GUIEditor.button[1] ) then 
  
setWeather ( 9 )   
  
end   
  
end 
  
) 
  
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("F2", "down", OpenWin)  
  

دي بق :

ERROR:Loading script failed:mood1/basel.lua:19 unxpected symbol near *

Link to comment

كودك شغال, بس انه اللوحه اول ما تشغل المود تظهر لك, خله كذه:

GUIEditor = { 
    button = {}, 
    window = {} 
} 
  
        GUIEditor.window[1] = guiCreateWindow(443, 85, 550, 456, "", false) 
        guiWindowSetSizable(GUIEditor.window[1], false) 
        guiSetAlpha(GUIEditor.window[1], 1.00) 
  
        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 
  
) 
  
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("F2", "down", OpenWin) 

Link to comment

الخطاء فى الاسم

mood1 ملف المود انت حاطه داخل مجلد ب اسم

وداخل الميتا حاطت اسم الملف فقط عشان كدا كان مايشتغل

فلازم تسويه كدا

"basel" version="1.0" type="script" name="Limpar Chat" description="limpa o chat com comando" /> 
Link to comment
الخطاء فى الاسم

mood1 ملف المود انت حاطه داخل مجلد ب اسم

وداخل الميتا حاطت اسم الملف فقط عشان كدا كان مايشتغل

فلازم تسويه كدا

"basel" version="1.0" type="script" name="Limpar Chat" description="limpa o chat com comando" /> 

شكر لك ...#

بس لاسف

بقولي خطاء في الميتا

....

Link to comment
كودك شغال, بس انه اللوحه اول ما تشغل المود تظهر لك, خله كذه:
GUIEditor = { 
    button = {}, 
    window = {} 
} 
  
        GUIEditor.window[1] = guiCreateWindow(443, 85, 550, 456, "", false) 
        guiWindowSetSizable(GUIEditor.window[1], false) 
        guiSetAlpha(GUIEditor.window[1], 1.00) 
  
        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 
  
) 
  
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("F2", "down", OpenWin) 

نعم انها هي المشكله دي عدم ضهور الوحه ...

لكن جربت كودك ما ضبط ..

يلا حل ي شباب

Link to comment
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 ) 
  
function OpenWin() 
guiSetVisible(GUIEditor.window[1],not guiGetVisible(GUIEditor.window[1]) 
showCursor(guiGetVisible( GUIEditor.window[1]) 
guiSetInputEnabled(true) 
end 
bindKey("F2", "down", OpenWin) 

Link to comment

كودك شغال 100% والغلط عندك بالميتا

خل الميتا كذا ويشتغل انشاء الله

"basel" version="1.0" type="script" name="Limpar Chat" description="limpa o chat com comando" /> 
Link to comment
كودك شغال 100% والغلط عندك بالميتا

خل الميتا كذا ويشتغل انشاء الله

"basel" version="1.0" type="script" name="Limpar Chat" description="limpa o chat com comando" /> 

ما ضبط ...

Resource 'mood1' changed, reloading

ERROR: Couldn't find script mood1/basel.lua for resource mood1

Loading of resource 'mood1' failed

اف8 ^&

Link to comment
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 ) 
  
function OpenWin() 
guiSetVisible(GUIEditor.window[1],not guiGetVisible(GUIEditor.window[1]) 
showCursor(guiGetVisible( GUIEditor.window[1]) 
guiSetInputEnabled(true) 
end 
bindKey("F2", "down", OpenWin) 

ولكم منور ميزو &

خوي مسويها انا من قبل هاي طريقه

وما ضبط (ما فتحت لوحه)

بانتضار رد المحترفين

Link to comment
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])) 
players () 
end) 

Link to comment
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])) 
players () 
end) 

[/quote

منور بلال ..

بس اول ما اشغل المود تمام

بس لين اضغط اف2 ما تيجي الوحه

حل ... ي اهل الخبره

Link to comment

addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        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 ) 
  

# Edit

Edited by Guest
Link to comment

@ لعبا جربت قبل كدا ما ضبط . وجربته الحين ما ضبط

@ بلال

قصدك اغير اسم الملف ل basel

جربته وما ضبط ..

لا حول ولا قوه الا بالله

Link to comment
جرب ذا لميتا بدون ملف كذا

"basel" version="1.0" type="script" name="basel" description="TEST" /> 

صح اذا تبي تغير متا كدا ما تحتاح تعمل الفولدر اللي اسمه

mood1

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